#035562

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

Shades of Blue Lagoon #035562

Tints of Blue Lagoon #035562

Color information

#035562 (or 0x035562) is unknown color: approx Blue Lagoon. HEX triplet: 03, 55 and 62. RGB value is (3,85,98). Sum of RGB (Red+Green+Blue) = 3+85+98=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #035562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035562 is #FCAA9D. Grayscale: #3D3D3D. Windows color (decimal): -16558750 or 6444291. OLE color: 6444291.

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

Color convert

RGB38598-
CMYK0.970.1300.62
HSL188.21º94.06%19.8%-
HSV(B)188.21º96.94%38.43%-
XYZ5.497.412.69-
YUV61.96148.3385.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=1.61%
G=45.70%
B=52.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal385980.970.1300.62188.2194.0619.8
Hex3556261D03Ebc5e14
Octal31251421411507627413624
Binary111010101110001011000011101011111010111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035562; }

 p { color: rgb(3,85,98); }

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

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

 a { background-color: rgb(3,85,98); }

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

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

 span { border-color: rgb(3,85,98); }

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