#035E69

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

Shades of Blue Lagoon #035E69

Tints of Blue Lagoon #035E69

Color information

#035E69 (or 0x035E69) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5E and 69. RGB value is (3,94,105). Sum of RGB (Red+Green+Blue) = 3+94+105=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #035E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E69 is #FCA196. Grayscale: #434343. Windows color (decimal): -16556439 or 6905347. OLE color: 6905347.

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

Color convert

RGB394105-
CMYK0.970.1000.59
HSL186.47º94.44%21.18%-
HSV(B)186.47º97.14%41.18%-
XYZ6.599.0414.76-
YUV68.04148.8581.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 94 (37.11% from 255) = 46.53%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=1.49%
G=46.53%
B=51.98%

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
Decimal3941050.970.1000.59186.4794.4421.18
Hex35E6961A03Bba5e15
Octal31361511411207327213625
Binary111011110110100111000011010011101110111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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