#035E68

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

Shades of Blue Lagoon #035E68

Tints of Blue Lagoon #035E68

Color information

#035E68 (or 0x035E68) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5E and 68. RGB value is (3,94,104). Sum of RGB (Red+Green+Blue) = 3+94+104=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #035E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E68 is #FCA197. Grayscale: #434343. Windows color (decimal): -16556440 or 6839811. OLE color: 6839811.

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

Color convert

RGB394104-
CMYK0.970.1000.59
HSL185.94º94.39%20.98%-
HSV(B)185.94º97.12%40.78%-
XYZ6.549.0214.49-
YUV67.93148.3581.69-

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.77%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=1.49%
G=46.77%
B=51.74%

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
Decimal3941040.970.1000.59185.9494.3920.98
Hex35E6861A03Bba5e15
Octal31361501411207327213625
Binary111011110110100011000011010011101110111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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