#035E77

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

Shades of Blue Lagoon #035E77

Tints of Blue Lagoon #035E77

Color information

#035E77 (or 0x035E77) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5E and 77. RGB value is (3,94,119). Sum of RGB (Red+Green+Blue) = 3+94+119=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #035E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E77 is #FCA188. Grayscale: #454545. Windows color (decimal): -16556425 or 7822851. OLE color: 7822851.

HSL color Cylindrical-coordinate representation of color #035E77: hue angle of 192.93º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E77 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB394119-
CMYK0.970.2100.53
HSL192.93º95.08%23.92%-
HSV(B)192.93º97.48%46.67%-
XYZ7.379.3618.87-
YUV69.64155.8580.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=1.39%
G=43.52%
B=55.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3941190.970.2100.53192.9395.0823.92
Hex35E776115035c15f18
Octal31361671412506530113730
Binary1110111101110111110000110101011010111000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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