#025354

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

Shades of Sherpa Blue #025354

Tints of Sherpa Blue #025354

Color information

#025354 (or 0x025354) is unknown color: approx Sherpa Blue. HEX triplet: 02, 53 and 54. RGB value is (2,83,84). Sum of RGB (Red+Green+Blue) = 2+83+84=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #025354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025354 is #FDACAB. Grayscale: #3A3A3A. Windows color (decimal): -16624812 or 5526274. OLE color: 5526274.

HSL color Cylindrical-coordinate representation of color #025354: hue angle of 180.73º 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 #025354 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB28384-
CMYK0.980.0100.67
HSL180.73º95.35%16.86%-
HSV(B)180.73º97.62%32.94%-
XYZ4.726.849.46-
YUV58.9142.1687.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=1.18%
G=49.11%
B=49.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283840.980.0100.67180.7395.3516.86
Hex25354621043b55f11
Octal21231241421010326513721
Binary1010100111010100110001010100001110110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025354; }

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

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

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

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

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

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

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

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