#033B7D

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

Shades of Dark Cerulean #033B7D

Tints of Dark Cerulean #033B7D

Color information

#033B7D (or 0x033B7D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3B and 7D. RGB value is (3,59,125). Sum of RGB (Red+Green+Blue) = 3+59+125=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #033B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B7D is #FCC482. Grayscale: #313131. Windows color (decimal): -16565379 or 8207107. OLE color: 8207107.

HSL color Cylindrical-coordinate representation of color #033B7D: hue angle of 212.46º 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 #033B7D is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB359125-
CMYK0.980.5300.51
HSL212.46º95.31%25.1%-
HSV(B)212.46º97.6%49.02%-
XYZ5.34.6320.02-
YUV49.78170.4594.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 125 (49.22% from 255) = 66.84%
R=1.60%
G=31.55%
B=66.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3591250.980.5300.51212.4695.3125.1
Hex33B7D6235033d45f19
Octal3731751426506332413731
Binary1111101111111011100010110101011001111010100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033B7D; }

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

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

<style>
 a { background-color: #033B7D; }

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

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

<style>
 span { border-color: #033B7D; }

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

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