#035A6F

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

Shades of Blue Lagoon #035A6F

Tints of Blue Lagoon #035A6F

Color information

#035A6F (or 0x035A6F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 6F. RGB value is (3,90,111). Sum of RGB (Red+Green+Blue) = 3+90+111=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #035A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A6F is #FCA590. Grayscale: #424242. Windows color (decimal): -16557457 or 7297539. OLE color: 7297539.

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

Color convert

RGB390111-
CMYK0.970.1900.56
HSL191.67º94.74%22.35%-
HSV(B)191.67º97.3%43.53%-
XYZ6.568.4816.33-
YUV66.38153.1882.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=1.47%
G=44.12%
B=54.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3901110.970.1900.56191.6794.7422.35
Hex35A6F6113038c05f16
Octal31321571412307030013726
Binary1110110101101111110000110011011100011000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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