#08379C

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

Shades of Smalt #08379C

Tints of Smalt #08379C

Color information

#08379C (or 0x08379C) is unknown color: approx Smalt. HEX triplet: 08, 37 and 9C. RGB value is (8,55,156). Sum of RGB (Red+Green+Blue) = 8+55+156=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #08379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08379C is #F7C863. Grayscale: #343434. Windows color (decimal): -16238692 or 10237704. OLE color: 10237704.

HSL color Cylindrical-coordinate representation of color #08379C: hue angle of 220.95º 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 #08379C is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB855156-
CMYK0.950.6500.39
HSL220.95º90.24%32.16%-
HSV(B)220.95º94.87%61.18%-
XYZ7.475.1832.06-
YUV52.46186.4396.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 156 (61.33% from 255) = 71.23%
R=3.65%
G=25.11%
B=71.23%

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
Decimal8551560.950.6500.39220.9590.2432.16
Hex8379C5F41027dd5a20
Octal106723413710104733513240
Binary100011011110011100101111110000010100111110111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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