#03347B

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

Shades of Dark Cerulean #03347B

Tints of Dark Cerulean #03347B

Color information

#03347B (or 0x03347B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 34 and 7B. RGB value is (3,52,123). Sum of RGB (Red+Green+Blue) = 3+52+123=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #03347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03347B is #FCCB84. Grayscale: #2D2D2D. Windows color (decimal): -16567173 or 8074243. OLE color: 8074243.

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

Color convert

RGB352123-
CMYK0.980.5800.52
HSL215.5º95.24%24.71%-
HSV(B)215.5º97.56%48.24%-
XYZ4.843.9119.24-
YUV45.44171.7797.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 123 (48.44% from 255) = 69.10%
R=1.69%
G=29.21%
B=69.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3521230.980.5800.52215.595.2424.71
Hex3347B623A034d85f19
Octal3641731427206433013731
Binary1111010011110111100010111010011010011011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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