#035C68

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

Shades of Blue Lagoon #035C68

Tints of Blue Lagoon #035C68

Color information

#035C68 (or 0x035C68) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5C and 68. RGB value is (3,92,104). Sum of RGB (Red+Green+Blue) = 3+92+104=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #035C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C68 is #FCA397. Grayscale: #424242. Windows color (decimal): -16556952 or 6839299. OLE color: 6839299.

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

Color convert

RGB392104-
CMYK0.970.1200.59
HSL187.13º94.39%20.98%-
HSV(B)187.13º97.12%40.78%-
XYZ6.368.6714.44-
YUV66.76149.0182.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=1.51%
G=46.23%
B=52.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3921040.970.1200.59187.1394.3920.98
Hex35C6861C03Bbb5e15
Octal31341501411407327313625
Binary111011100110100011000011100011101110111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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