#035876

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

Shades of Blue Lagoon #035876

Tints of Blue Lagoon #035876

Color information

#035876 (or 0x035876) is unknown color: approx Blue Lagoon. HEX triplet: 03, 58 and 76. RGB value is (3,88,118). Sum of RGB (Red+Green+Blue) = 3+88+118=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #035876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035876 is #FCA789. Grayscale: #414141. Windows color (decimal): -16557962 or 7755779. OLE color: 7755779.

HSL color Cylindrical-coordinate representation of color #035876: hue angle of 195.65º 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 #035876 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB388118-
CMYK0.970.2500.54
HSL195.65º95.04%23.73%-
HSV(B)195.65º97.46%46.27%-
XYZ6.88.3118.38-
YUV66157.3483.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=1.44%
G=42.11%
B=56.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3881180.970.2500.54195.6595.0423.73
Hex358766119036c45f18
Octal31301661413106630413730
Binary1110110001110110110000111001011011011000100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035876; }

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

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

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

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

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

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

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

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