#035E80

Color #035E80 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #035E80

Tints of Blue Lagoon #035E80

Color information

#035E80 (or 0x035E80) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5E and 80. RGB value is (3,94,128). Sum of RGB (Red+Green+Blue) = 3+94+128=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #035E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035E80 is #FCA17F. Grayscale: #464646. Windows color (decimal): -16556416 or 8412675. OLE color: 8412675.

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

Color convert

RGB394128-
CMYK0.980.2700.50
HSL196.32º95.42%25.69%-
HSV(B)196.32º97.66%50.2%-
XYZ7.949.5821.85-
YUV70.67160.3579.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=1.33%
G=41.78%
B=56.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3941280.980.2700.50196.3295.4225.69
Hex35E80621B032c45f1a
Octal31362001423306230413732
Binary11101111010000000110001011011011001011000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #035E80;
 }
 .AnyTagClassName
 {
   color: #035E80;
 }
</style>
background-color css

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

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

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

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

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

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