Html Css Color HEX #035880 Dark Cerulean

📋 copy color: '#035880'

red 3 ◦ green 88 ◦ blue 128

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

Shades of Dark Cerulean #035880

Tints of Dark Cerulean #035880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 1.37%
G = 40.18%
B = 58.45%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#035880 (or 0x035880) is known color: Dark Cerulean. HEX triplet: 03, 58 and 80. RGB value is (3,88,128). Sum of RGB (Red+Green+Blue) = 3+88+128=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #035880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035880 is #FCA77F. Grayscale: #424242. Windows color (decimal): -16557952 or 8411139. OLE color: 8411139.

HSL color Cylindrical-coordinate representation of color #035880: hue angle of 199.2º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035880 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 88 128 -
CMYK 0.98 0.31 0 0.50
HSL 199.2º 0.95% 0.26% -
HSV(B) 199.2º 0.98% 0.5% -
XYZ 7.42 8.56 21.68 -
YUV 67.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 3 88 128 0.98 0.31 0 0.50 199.2 0.95 0.26
Hex 3 58 80 62 1F 0 32 C7 5F 1A
Octal 3 130 200 142 37 0 62 307 137 32
Binary 11 1011000 10000000 1100010 11111 0 110010 11000111 1011111 11010

Color Harmonies of #035880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035880

Black with #035880

Text Example


Text Example

White with #035880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035880; }

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

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

background-color css

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

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

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

border-color css

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

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

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