#025452

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

Shades of Sherpa Blue #025452

Tints of Sherpa Blue #025452

Color information

#025452 (or 0x025452) is unknown color: approx Sherpa Blue. HEX triplet: 02, 54 and 52. RGB value is (2,84,82). Sum of RGB (Red+Green+Blue) = 2+84+82=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #025452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025452 is #FDABAD. Grayscale: #3B3B3B. Windows color (decimal): -16624558 or 5395458. OLE color: 5395458.

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

Color convert

RGB28482-
CMYK0.9800.020.67
HSL178.54º95.35%16.86%-
HSV(B)178.54º97.62%32.94%-
XYZ4.726.969.08-
YUV59.25140.8387.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=1.19%
G=50%
B=48.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284820.9800.020.67178.5495.3516.86
Hex25452620243b35f11
Octal21241221420210326313721
Binary10101010010100101100010010100001110110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025452; }

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

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

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

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

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

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

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

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