#035676

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

Shades of Blue Lagoon #035676

Tints of Blue Lagoon #035676

Color information

#035676 (or 0x035676) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 76. RGB value is (3,86,118). Sum of RGB (Red+Green+Blue) = 3+86+118=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #035676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035676 is #FCA989. Grayscale: #404040. Windows color (decimal): -16558474 or 7755267. OLE color: 7755267.

HSL color Cylindrical-coordinate representation of color #035676: hue angle of 196.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035676 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB386118-
CMYK0.970.2700.54
HSL196.7º95.04%23.73%-
HSV(B)196.7º97.46%46.27%-
XYZ6.647.9818.33-
YUV64.8315883.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=1.45%
G=41.55%
B=57.00%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3861180.970.2700.54196.795.0423.73
Hex35676611B036c55f18
Octal31261661413306630513730
Binary1110101101110110110000111011011011011000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035676; }

 p { color: rgb(3,86,118); }

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

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

 a { background-color: rgb(3,86,118); }

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

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

 span { border-color: rgb(3,86,118); }

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