#033885

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

Shades of Dark Cerulean #033885

Tints of Dark Cerulean #033885

Color information

#033885 (or 0x033885) is unknown color: approx Dark Cerulean. HEX triplet: 03, 38 and 85. RGB value is (3,56,133). Sum of RGB (Red+Green+Blue) = 3+56+133=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #033885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033885 is #FCC77A. Grayscale: #303030. Windows color (decimal): -16566139 or 8730627. OLE color: 8730627.

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

Color convert

RGB356133-
CMYK0.980.5800.48
HSL215.54º95.59%26.67%-
HSV(B)215.54º97.74%52.16%-
XYZ5.694.5422.77-
YUV48.93175.4495.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 133 (52.34% from 255) = 69.27%
R=1.56%
G=29.17%
B=69.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3561330.980.5800.48215.5495.5926.67
Hex33885623A030d8601b
Octal3702051427206033014033
Binary11111000100001011100010111010011000011011000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033885; }

 p { color: rgb(3,56,133); }

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

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

 a { background-color: rgb(3,56,133); }

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

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

 span { border-color: rgb(3,56,133); }

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