#035C70

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

Shades of Blue Lagoon #035C70

Tints of Blue Lagoon #035C70

Color information

#035C70 (or 0x035C70) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5C and 70. RGB value is (3,92,112). Sum of RGB (Red+Green+Blue) = 3+92+112=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #035C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C70 is #FCA38F. Grayscale: #434343. Windows color (decimal): -16556944 or 7363587. OLE color: 7363587.

HSL color Cylindrical-coordinate representation of color #035C70: hue angle of 191.01º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C70 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB392112-
CMYK0.970.1800.56
HSL191.01º94.78%22.55%-
HSV(B)191.01º97.32%43.92%-
XYZ6.798.8416.68-
YUV67.67153.0181.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=1.45%
G=44.44%
B=54.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3921120.970.1800.56191.0194.7822.55
Hex35C706112038bf5f17
Octal31341601412207027713727
Binary1110111001110000110000110010011100010111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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