#035865

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

Shades of Blue Lagoon #035865

Tints of Blue Lagoon #035865

Color information

#035865 (or 0x035865) is unknown color: approx Blue Lagoon. HEX triplet: 03, 58 and 65. RGB value is (3,88,101). Sum of RGB (Red+Green+Blue) = 3+88+101=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #035865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035865 is #FCA79A. Grayscale: #3F3F3F. Windows color (decimal): -16557979 or 6641667. OLE color: 6641667.

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

Color convert

RGB388101-
CMYK0.970.1300.60
HSL187.96º94.23%20.39%-
HSV(B)187.96º97.03%39.61%-
XYZ5.887.9413.53-
YUV64.07148.8484.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=1.56%
G=45.83%
B=52.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3881010.970.1300.60187.9694.2320.39
Hex3586561D03Cbc5e14
Octal31301451411507427413624
Binary111011000110010111000011101011110010111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035865; }

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

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

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

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

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

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

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

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