#035F6D

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

Shades of Blue Lagoon #035F6D

Tints of Blue Lagoon #035F6D

Color information

#035F6D (or 0x035F6D) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5F and 6D. RGB value is (3,95,109). Sum of RGB (Red+Green+Blue) = 3+95+109=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #035F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F6D is #FCA092. Grayscale: #444444. Windows color (decimal): -16556179 or 7167747. OLE color: 7167747.

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

Color convert

RGB395109-
CMYK0.970.1300.57
HSL187.92º94.64%21.96%-
HSV(B)187.92º97.25%42.75%-
XYZ6.899.3115.9-
YUV69.09150.5280.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=1.45%
G=45.89%
B=52.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3951090.970.1300.57187.9294.6421.96
Hex35F6D61D039bc5f16
Octal31371551411507127413726
Binary111011111110110111000011101011100110111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,95,109); }

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

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

 a { background-color: rgb(3,95,109); }

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

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

 span { border-color: rgb(3,95,109); }

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