#025357

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

Shades of Sherpa Blue #025357

Tints of Sherpa Blue #025357

Color information

#025357 (or 0x025357) is unknown color: approx Sherpa Blue. HEX triplet: 02, 53 and 57. RGB value is (2,83,87). Sum of RGB (Red+Green+Blue) = 2+83+87=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #025357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025357 is #FDACA8. Grayscale: #3B3B3B. Windows color (decimal): -16624809 or 5722882. OLE color: 5722882.

HSL color Cylindrical-coordinate representation of color #025357: hue angle of 182.82º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025357 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB28387-
CMYK0.980.0500.66
HSL182.82º95.51%17.45%-
HSV(B)182.82º97.7%34.12%-
XYZ4.846.8910.09-
YUV59.24143.6687.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=1.16%
G=48.26%
B=50.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal283870.980.0500.66182.8295.5117.45
Hex25357625042b76011
Octal21231271425010226714021
Binary101010011101011111000101010100001010110111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025357; }

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

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

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

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

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

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

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

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