#035263

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

Shades of Blue Lagoon #035263

Tints of Blue Lagoon #035263

Color information

#035263 (or 0x035263) is unknown color: approx Blue Lagoon. HEX triplet: 03, 52 and 63. RGB value is (3,82,99). Sum of RGB (Red+Green+Blue) = 3+82+99=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #035263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035263 is #FCAD9C. Grayscale: #3C3C3C. Windows color (decimal): -16559517 or 6509059. OLE color: 6509059.

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

Color convert

RGB38299-
CMYK0.970.1700.61
HSL190.62º94.12%20%-
HSV(B)190.62º96.97%38.82%-
XYZ5.316.9512.87-
YUV60.32149.8387.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=1.63%
G=44.57%
B=53.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal382990.970.1700.61190.6294.1220
Hex35263611103Dbf5e14
Octal31221431412107527713624
Binary1110100101100011110000110001011110110111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035263; }

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

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

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

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

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

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

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

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