#08379B

Color #08379B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #08379B

Tints of Smalt #08379B

Color information

#08379B (or 0x08379B) is unknown color: approx Smalt. HEX triplet: 08, 37 and 9B. RGB value is (8,55,155). Sum of RGB (Red+Green+Blue) = 8+55+155=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #08379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08379B is #F7C864. Grayscale: #333333. Windows color (decimal): -16238693 or 10172168. OLE color: 10172168.

HSL color Cylindrical-coordinate representation of color #08379B: hue angle of 220.82º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08379B is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB855155-
CMYK0.950.6500.39
HSL220.82º90.18%31.96%-
HSV(B)220.82º94.84%60.78%-
XYZ7.385.1531.62-
YUV52.35185.9396.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=3.67%
G=25.23%
B=71.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8551550.950.6500.39220.8290.1831.96
Hex8379B5F41027dd5a20
Octal106723313710104733513240
Binary100011011110011011101111110000010100111110111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08379B; }

 p { color: rgb(8,55,155); }

 H1.HeaderClassName
 {
   color: #08379B;
 }
 .AnyTagClassName
 {
   color: #08379B;
 }
</style>
background-color css

<style>
 a { background-color: #08379B; }

 a { background-color: rgb(8,55,155); }

 div.DivClassName
 {
   background-color: #08379B;
 }
 .BgClassName
 {
   background-color: #08379B;
 }
</style>
border-color css

<style>
 span { border-color: #08379B; }

 span { border-color: rgb(8,55,155); }

 td.TdClassName
 {
   border-color: #08379B;
 }
 .TagClassName
 {
   border-color: #08379B;
 }
</style>