#08347B

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

Shades of Dark Cerulean #08347B

Tints of Dark Cerulean #08347B

Color information

#08347B (or 0x08347B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 34 and 7B. RGB value is (8,52,123). Sum of RGB (Red+Green+Blue) = 8+52+123=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #08347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08347B is #F7CB84. Grayscale: #2E2E2E. Windows color (decimal): -16239493 or 8074248. OLE color: 8074248.

HSL color Cylindrical-coordinate representation of color #08347B: hue angle of 217.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08347B is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB852123-
CMYK0.930.5800.52
HSL217.04º87.79%25.69%-
HSV(B)217.04º93.5%48.24%-
XYZ4.93.9419.24-
YUV46.94170.92100.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=4.37%
G=28.42%
B=67.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8521230.930.5800.52217.0487.7925.69
Hex8347B5D3A034d9581a
Octal10641731357206433113032
Binary100011010011110111011101111010011010011011001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,52,123); }

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

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

 a { background-color: rgb(8,52,123); }

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

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

 span { border-color: rgb(8,52,123); }

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