#00347B

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

Shades of Dark Cerulean #00347B

Tints of Dark Cerulean #00347B

Color information

#00347B (or 0x00347B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 34 and 7B. RGB value is (0,52,123). Sum of RGB (Red+Green+Blue) = 0+52+123=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #00347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00347B is #FFCB84. Grayscale: #2C2C2C. Windows color (decimal): -16763781 or 8074240. OLE color: 8074240.

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

Color convert

RGB052123-
CMYK10.5800.52
HSL214.63º100%24.12%-
HSV(B)214.63º100%48.24%-
XYZ4.83.8919.24-
YUV44.55172.2796.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 123 (48.44% from 255) = 70.29%
R=0%
G=29.71%
B=70.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal05212310.5800.52214.6310024.12
Hex0347B643A034d76418
Octal0641731447206432714430
Binary011010011110111100100111010011010011010111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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