#035866

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

Shades of Blue Lagoon #035866

Tints of Blue Lagoon #035866

Color information

#035866 (or 0x035866) is unknown color: approx Blue Lagoon. HEX triplet: 03, 58 and 66. RGB value is (3,88,102). Sum of RGB (Red+Green+Blue) = 3+88+102=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #035866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035866 is #FCA799. Grayscale: #404040. Windows color (decimal): -16557978 or 6707203. OLE color: 6707203.

HSL color Cylindrical-coordinate representation of color #035866: hue angle of 188.48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035866 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB388102-
CMYK0.970.1400.6
HSL188.48º94.29%20.59%-
HSV(B)188.48º97.06%40%-
XYZ5.937.9613.79-
YUV64.18149.3484.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=1.55%
G=45.60%
B=52.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3881020.970.1400.6188.4894.2920.59
Hex3586661E03Cbc5e15
Octal31301461411607427413625
Binary111011000110011011000011110011110010111100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035866; }

 p { color: rgb(3,88,102); }

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

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

 a { background-color: rgb(3,88,102); }

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

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

 span { border-color: rgb(3,88,102); }

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