#024652

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

Shades of Sherpa Blue #024652

Tints of Sherpa Blue #024652

Color information

#024652 (or 0x024652) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 52. RGB value is (2,70,82). Sum of RGB (Red+Green+Blue) = 2+70+82=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #024652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024652 is #FDB9AD. Grayscale: #323232. Windows color (decimal): -16628142 or 5391874. OLE color: 5391874.

HSL color Cylindrical-coordinate representation of color #024652: hue angle of 189º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024652 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB27082-
CMYK0.980.1500.68
HSL189º95.24%16.47%-
HSV(B)189º97.56%32.16%-
XYZ3.7458.75-
YUV51.04145.4793.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=1.30%
G=45.45%
B=53.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal270820.980.1500.6818995.2416.47
Hex2465262F044bd5f10
Octal210612214217010427513720
Binary1010001101010010110001011110100010010111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024652; }

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

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

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

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

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

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

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

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