#033785

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

Shades of Dark Cerulean #033785

Tints of Dark Cerulean #033785

Color information

#033785 (or 0x033785) is unknown color: approx Dark Cerulean. HEX triplet: 03, 37 and 85. RGB value is (3,55,133). Sum of RGB (Red+Green+Blue) = 3+55+133=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #033785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033785 is #FCC87A. Grayscale: #2F2F2F. Windows color (decimal): -16566395 or 8730371. OLE color: 8730371.

HSL color Cylindrical-coordinate representation of color #033785: hue angle of 216º 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 #033785 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB355133-
CMYK0.980.5900.48
HSL216º95.59%26.67%-
HSV(B)216º97.74%52.16%-
XYZ5.644.4522.75-
YUV48.34175.7795.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 133 (52.34% from 255) = 69.63%
R=1.57%
G=28.80%
B=69.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3551330.980.5900.4821695.5926.67
Hex33785623B030d8601b
Octal3672051427306033014033
Binary11110111100001011100010111011011000011011000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033785; }

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

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

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

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

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

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

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

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