#035A80

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

Shades of Blue Lagoon #035A80

Tints of Blue Lagoon #035A80

Color information

#035A80 (or 0x035A80) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 80. RGB value is (3,90,128). Sum of RGB (Red+Green+Blue) = 3+90+128=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #035A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A80 is #FCA57F. Grayscale: #444444. Windows color (decimal): -16557440 or 8411651. OLE color: 8411651.

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

Color convert

RGB390128-
CMYK0.980.3000.50
HSL198.24º95.42%25.69%-
HSV(B)198.24º97.66%50.2%-
XYZ7.598.8921.74-
YUV68.32161.6881.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=1.36%
G=40.72%
B=57.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3901280.980.3000.50198.2495.4225.69
Hex35A80621E032c65f1a
Octal31322001423606230613732
Binary11101101010000000110001011110011001011000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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