#035249

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

Shades of Sherpa Blue #035249

Tints of Sherpa Blue #035249

Color information

#035249 (or 0x035249) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 49. RGB value is (3,82,73). Sum of RGB (Red+Green+Blue) = 3+82+73=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #035249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035249 is #FCADB6. Grayscale: #393939. Windows color (decimal): -16559543 or 4805123. OLE color: 4805123.

HSL color Cylindrical-coordinate representation of color #035249: hue angle of 173.16º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035249 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB38273-
CMYK0.9600.110.68
HSL173.16º92.94%16.67%-
HSV(B)173.16º96.34%32.16%-
XYZ4.266.537.34-
YUV57.35136.8389.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=1.90%
G=51.90%
B=46.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382730.9600.110.68173.1692.9416.67
Hex35249600B44ad5d11
Octal312211114001310425513521
Binary1110100101001001110000001011100010010101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035249; }

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

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

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

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

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

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

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

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