#035F69

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

Shades of Blue Lagoon #035F69

Tints of Blue Lagoon #035F69

Color information

#035F69 (or 0x035F69) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5F and 69. RGB value is (3,95,105). Sum of RGB (Red+Green+Blue) = 3+95+105=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #035F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F69 is #FCA096. Grayscale: #444444. Windows color (decimal): -16556183 or 6905603. OLE color: 6905603.

HSL color Cylindrical-coordinate representation of color #035F69: hue angle of 185.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F69 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB395105-
CMYK0.970.1000.59
HSL185.88º94.44%21.18%-
HSV(B)185.88º97.14%41.18%-
XYZ6.689.2214.79-
YUV68.63148.5281.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=1.48%
G=46.80%
B=51.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3951050.970.1000.59185.8894.4421.18
Hex35F6961A03Bba5e15
Octal31371511411207327213625
Binary111011111110100111000011010011101110111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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