#035C79

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

Shades of Blue Lagoon #035C79

Tints of Blue Lagoon #035C79

Color information

#035C79 (or 0x035C79) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5C and 79. RGB value is (3,92,121). Sum of RGB (Red+Green+Blue) = 3+92+121=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #035C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C79 is #FCA386. Grayscale: #444444. Windows color (decimal): -16556935 or 7953411. OLE color: 7953411.

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

Color convert

RGB392121-
CMYK0.980.2400.53
HSL194.75º95.16%24.31%-
HSV(B)194.75º97.52%47.45%-
XYZ7.329.0519.45-
YUV68.69157.5181.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=1.39%
G=42.59%
B=56.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3921210.980.2400.53194.7595.1624.31
Hex35C796218035c35f18
Octal31341711423006530313730
Binary1110111001111001110001011000011010111000011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,92,121); }

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

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

 a { background-color: rgb(3,92,121); }

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

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

 span { border-color: rgb(3,92,121); }

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