Html Css Color HEX #035885 Dark Cerulean

📋 copy color: '#035885'

red 3 ◦ green 88 ◦ blue 133

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

Shades of Dark Cerulean #035885

Tints of Dark Cerulean #035885

RGB

 RED value IS 3 (1.56% from 255) = 1.34%

 GREEN value IS 88 (34.77% from 255) = 39.29%

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 1.34%
G = 39.29%
B = 59.38%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#035885 (or 0x035885) is known color: Dark Cerulean. HEX triplet: 03, 58 and 85. RGB value is (3,88,133). Sum of RGB (Red+Green+Blue) = 3+88+133=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #035885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035885 is #FCA77A. Grayscale: #434343. Windows color (decimal): -16557947 or 8738819. OLE color: 8738819.

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

Color convert

RGB 3 88 133 -
CMYK 0.98 0.34 0 0.48
HSL 200.77º 0.96% 0.27% -
HSV(B) 200.77º 0.98% 0.52% -
XYZ 7.76 8.69 23.46 -
YUV 67.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 3 88 133 0.98 0.34 0 0.48 200.77 0.96 0.27
Hex 3 58 85 62 22 0 30 C9 60 1B
Octal 3 130 205 142 42 0 60 311 140 33
Binary 11 1011000 10000101 1100010 100010 0 110000 11001001 1100000 11011

Color Harmonies of #035885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035885

Black with #035885

Text Example


Text Example

White with #035885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035885; }

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

 H1.HeaderClassName
 {
   color: #035885;
 }
 .AnyTagClassName
 {
   color: #035885;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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