#025348

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

Shades of Sherpa Blue #025348

Tints of Sherpa Blue #025348

Color information

#025348 (or 0x025348) is unknown color: approx Sherpa Blue. HEX triplet: 02, 53 and 48. RGB value is (2,83,72). Sum of RGB (Red+Green+Blue) = 2+83+72=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #025348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025348 is #FDACB7. Grayscale: #393939. Windows color (decimal): -16624824 or 4739842. OLE color: 4739842.

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

Color convert

RGB28372-
CMYK0.9800.130.67
HSL171.85º95.29%16.67%-
HSV(B)171.85º97.59%32.55%-
XYZ4.296.677.19-
YUV57.53136.1688.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=1.27%
G=52.87%
B=45.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283720.9800.130.67171.8595.2916.67
Hex25348620D43ac5f11
Octal212311014201510325413721
Binary1010100111001000110001001101100001110101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025348; }

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

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

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

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

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

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

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

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