#035063

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

Shades of Blue Lagoon #035063

Tints of Blue Lagoon #035063

Color information

#035063 (or 0x035063) is unknown color: approx Blue Lagoon. HEX triplet: 03, 50 and 63. RGB value is (3,80,99). Sum of RGB (Red+Green+Blue) = 3+80+99=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #035063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035063 is #FCAF9C. Grayscale: #3A3A3A. Windows color (decimal): -16560029 or 6508547. OLE color: 6508547.

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

Color convert

RGB38099-
CMYK0.970.1900.61
HSL191.88º94.12%20%-
HSV(B)191.88º96.97%38.82%-
XYZ5.166.6612.82-
YUV59.14150.4987.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=1.65%
G=43.96%
B=54.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal380990.970.1900.61191.8894.1220
Hex35063611303Dc05e14
Octal31201431412307530013624
Binary1110100001100011110000110011011110111000000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035063; }

 p { color: rgb(3,80,99); }

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

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

 a { background-color: rgb(3,80,99); }

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

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

 span { border-color: rgb(3,80,99); }

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