#025358

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

Shades of Sherpa Blue #025358

Tints of Sherpa Blue #025358

Color information

#025358 (or 0x025358) is unknown color: approx Sherpa Blue. HEX triplet: 02, 53 and 58. RGB value is (2,83,88). Sum of RGB (Red+Green+Blue) = 2+83+88=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #025358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025358 is #FDACA7. Grayscale: #3B3B3B. Windows color (decimal): -16624808 or 5788418. OLE color: 5788418.

HSL color Cylindrical-coordinate representation of color #025358: hue angle of 183.49º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025358 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28388-
CMYK0.980.0600.65
HSL183.49º95.56%17.65%-
HSV(B)183.49º97.73%34.51%-
XYZ4.886.910.31-
YUV59.35144.1687.09-

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) = 47.98%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=1.16%
G=47.98%
B=50.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal283880.980.0600.65183.4995.5617.65
Hex25358626041b76012
Octal21231301426010126714022
Binary101010011101100011000101100100000110110111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025358; }

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

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

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

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

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

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

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

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