Html Css Color HEX #035F80 Blue Lagoon

📋 copy color: '#035F80'

red 3 ◦ green 95 ◦ blue 128

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

Shades of Blue Lagoon #035F80

Tints of Blue Lagoon #035F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.04%

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

R = 1.33%
G = 42.04%
B = 56.64%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#035F80 (or 0x035F80) is known color: Blue Lagoon. HEX triplet: 03, 5F and 80. RGB value is (3,95,128). Sum of RGB (Red+Green+Blue) = 3+95+128=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #035F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F80 is #FCA07F. Grayscale: #474747. Windows color (decimal): -16556160 or 8412931. OLE color: 8412931.

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

Color convert

RGB 3 95 128 -
CMYK 0.98 0.26 0 0.50
HSL 195.84º 0.95% 0.26% -
HSV(B) 195.84º 0.98% 0.5% -
XYZ 8.03 9.76 21.88 -
YUV 71.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 3 95 128 0.98 0.26 0 0.50 195.84 0.95 0.26
Hex 3 5F 80 62 1A 0 32 C4 5F 1A
Octal 3 137 200 142 32 0 62 304 137 32
Binary 11 1011111 10000000 1100010 11010 0 110010 11000100 1011111 11010

Color Harmonies of #035F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035F80

Black with #035F80

Text Example


Text Example

White with #035F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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