#033D8A

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

Shades of Dark Cerulean #033D8A

Tints of Dark Cerulean #033D8A

Color information

#033D8A (or 0x033D8A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3D and 8A. RGB value is (3,61,138). Sum of RGB (Red+Green+Blue) = 3+61+138=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #033D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033D8A is #FCC275. Grayscale: #343434. Windows color (decimal): -16564854 or 9059587. OLE color: 9059587.

HSL color Cylindrical-coordinate representation of color #033D8A: hue angle of 214.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033D8A is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB361138-
CMYK0.980.5600.46
HSL214.22º95.74%27.65%-
HSV(B)214.22º97.83%54.12%-
XYZ6.295.1924.72-
YUV52.44176.2892.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=1.49%
G=30.20%
B=68.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3611380.980.5600.46214.2295.7427.65
Hex33D8A623802Ed6601c
Octal3752121427005632614034
Binary11111101100010101100010111000010111011010110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,61,138); }

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

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

 a { background-color: rgb(3,61,138); }

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

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

 span { border-color: rgb(3,61,138); }

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