#035765

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

Shades of Blue Lagoon #035765

Tints of Blue Lagoon #035765

Color information

#035765 (or 0x035765) is unknown color: approx Blue Lagoon. HEX triplet: 03, 57 and 65. RGB value is (3,87,101). Sum of RGB (Red+Green+Blue) = 3+87+101=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #035765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035765 is #FCA89A. Grayscale: #3F3F3F. Windows color (decimal): -16558235 or 6641411. OLE color: 6641411.

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

Color convert

RGB387101-
CMYK0.970.1400.60
HSL188.57º94.23%20.39%-
HSV(B)188.57º97.03%39.61%-
XYZ5.797.7813.51-
YUV63.48149.1784.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=1.57%
G=45.55%
B=52.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3871010.970.1400.60188.5794.2320.39
Hex3576561E03Cbd5e14
Octal31271451411607427513624
Binary111010111110010111000011110011110010111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035765; }

 p { color: rgb(3,87,101); }

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

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

 a { background-color: rgb(3,87,101); }

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

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

 span { border-color: rgb(3,87,101); }

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