#025352

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

Shades of Sherpa Blue #025352

Tints of Sherpa Blue #025352

Color information

#025352 (or 0x025352) is unknown color: approx Sherpa Blue. HEX triplet: 02, 53 and 52. RGB value is (2,83,82). Sum of RGB (Red+Green+Blue) = 2+83+82=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #025352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025352 is #FDACAD. Grayscale: #3A3A3A. Windows color (decimal): -16624814 or 5395202. OLE color: 5395202.

HSL color Cylindrical-coordinate representation of color #025352: hue angle of 179.26º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025352 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB28382-
CMYK0.9800.010.67
HSL179.26º95.29%16.67%-
HSV(B)179.26º97.59%32.55%-
XYZ4.646.819.05-
YUV58.67141.1687.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=1.20%
G=49.70%
B=49.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283820.9800.010.67179.2695.2916.67
Hex25352620143b35f11
Octal21231221420110326313721
Binary1010100111010010110001001100001110110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025352; }

 p { color: rgb(2,83,82); }

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

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

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

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

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

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

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