Html Css Color HEX #033885 Dark Cerulean

📋 copy color: '#033885'

red 3 ◦ green 56 ◦ blue 133

#033885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #033885

Tints of Dark Cerulean #033885

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 value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033885 (or 0x033885) is known color: 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

RGB 3 56 133 -
CMYK 0.98 0.58 0 0.48
HSL 215.54º 0.96% 0.27% -
HSV(B) 215.54º 0.98% 0.52% -
XYZ 5.69 4.54 22.77 -
YUV 48.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 3 56 133 0.98 0.58 0 0.48 215.54 0.96 0.27
Hex 3 38 85 62 3A 0 30 D8 60 1B
Octal 3 70 205 142 72 0 60 330 140 33
Binary 11 111000 10000101 1100010 111010 0 110000 11011000 1100000 11011

Color Harmonies of #033885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033885

Black with #033885

Text Example


Text Example

White with #033885

Text Example


Text Example

HTML Codes & Css Web 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>