#033A75

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

Shades of Dark Cerulean #033A75

Tints of Dark Cerulean #033A75

Color information

#033A75 (or 0x033A75) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3A and 75. RGB value is (3,58,117). Sum of RGB (Red+Green+Blue) = 3+58+117=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #033A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A75 is #FCC58A. Grayscale: #2F2F2F. Windows color (decimal): -16565643 or 7682563. OLE color: 7682563.

HSL color Cylindrical-coordinate representation of color #033A75: hue angle of 211.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A75 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB358117-
CMYK0.970.5000.54
HSL211.05º95%23.53%-
HSV(B)211.05º97.44%45.88%-
XYZ4.764.3317.41-
YUV48.28166.7895.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=1.69%
G=32.58%
B=65.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3581170.970.5000.54211.059523.53
Hex33A756132036d35f18
Octal3721651416206632313730
Binary1111101011101011100001110010011011011010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,117); }

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

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

 a { background-color: rgb(3,58,117); }

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

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

 span { border-color: rgb(3,58,117); }

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