#03417D

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

Shades of Dark Cerulean #03417D

Tints of Dark Cerulean #03417D

Color information

#03417D (or 0x03417D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 41 and 7D. RGB value is (3,65,125). Sum of RGB (Red+Green+Blue) = 3+65+125=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #03417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03417D is #FCBE82. Grayscale: #353535. Windows color (decimal): -16563843 or 8208643. OLE color: 8208643.

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

Color convert

RGB365125-
CMYK0.980.4800.51
HSL209.51º95.31%25.1%-
HSV(B)209.51º97.6%49.02%-
XYZ5.635.2820.12-
YUV53.3168.4692.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=1.55%
G=33.68%
B=64.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3651250.980.4800.51209.5195.3125.1
Hex3417D6230033d25f19
Octal31011751426006332213731
Binary11100000111111011100010110000011001111010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03417D; }

 p { color: rgb(3,65,125); }

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

<style>
 a { background-color: #03417D; }

 a { background-color: rgb(3,65,125); }

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

<style>
 span { border-color: #03417D; }

 span { border-color: rgb(3,65,125); }

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