#035D69

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

Shades of Blue Lagoon #035D69

Tints of Blue Lagoon #035D69

Color information

#035D69 (or 0x035D69) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5D and 69. RGB value is (3,93,105). Sum of RGB (Red+Green+Blue) = 3+93+105=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #035D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D69 is #FCA296. Grayscale: #434343. Windows color (decimal): -16556695 or 6905091. OLE color: 6905091.

HSL color Cylindrical-coordinate representation of color #035D69: hue angle of 187.06º 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 #035D69 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB393105-
CMYK0.970.1100.59
HSL187.06º94.44%21.18%-
HSV(B)187.06º97.14%41.18%-
XYZ6.58.8714.73-
YUV67.46149.1882.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=1.49%
G=46.27%
B=52.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3931050.970.1100.59187.0694.4421.18
Hex35D6961B03Bbb5e15
Octal31351511411307327313625
Binary111011101110100111000011011011101110111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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