Html Css Color HEX #035080 Dark Cerulean

📋 copy color: '#035080'

red 3 ◦ green 80 ◦ blue 128

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

Shades of Dark Cerulean #035080

Tints of Dark Cerulean #035080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 1.42%
G = 37.91%
B = 60.66%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#035080 (or 0x035080) is known color: Dark Cerulean. HEX triplet: 03, 50 and 80. RGB value is (3,80,128). Sum of RGB (Red+Green+Blue) = 3+80+128=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #035080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035080 is #FCAF7F. Grayscale: #3E3E3E. Windows color (decimal): -16560000 or 8409091. OLE color: 8409091.

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

Color convert

RGB 3 80 128 -
CMYK 0.98 0.38 0 0.50
HSL 203.04º 0.95% 0.26% -
HSV(B) 203.04º 0.98% 0.5% -
XYZ 6.8 7.32 21.48 -
YUV 62.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 3 80 128 0.98 0.38 0 0.50 203.04 0.95 0.26
Hex 3 50 80 62 26 0 32 CB 5F 1A
Octal 3 120 200 142 46 0 62 313 137 32
Binary 11 1010000 10000000 1100010 100110 0 110010 11001011 1011111 11010

Color Harmonies of #035080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035080

Black with #035080

Text Example


Text Example

White with #035080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035080; }

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

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

background-color css

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

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

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

border-color css

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

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

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