#035252

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

Shades of Sherpa Blue #035252

Tints of Sherpa Blue #035252

Color information

#035252 (or 0x035252) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 52. RGB value is (3,82,82). Sum of RGB (Red+Green+Blue) = 3+82+82=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #035252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035252 is #FCADAD. Grayscale: #3A3A3A. Windows color (decimal): -16559534 or 5394947. OLE color: 5394947.

HSL color Cylindrical-coordinate representation of color #035252: hue angle of 180º 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 #035252 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB38282-
CMYK0.96000.68
HSL180º92.94%16.67%-
HSV(B)180º96.34%32.16%-
XYZ4.586.669.03-
YUV58.38141.3388.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=1.80%
G=49.10%
B=49.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382820.96000.6818092.9416.67
Hex35252600044b45d11
Octal31221221400010426413521
Binary1110100101010010110000000100010010110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035252; }

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

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

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

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

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

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

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

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