#024052

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

Shades of Sherpa Blue #024052

Tints of Sherpa Blue #024052

Color information

#024052 (or 0x024052) is unknown color: approx Sherpa Blue. HEX triplet: 02, 40 and 52. RGB value is (2,64,82). Sum of RGB (Red+Green+Blue) = 2+64+82=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #024052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024052 is #FDBFAD. Grayscale: #2F2F2F. Windows color (decimal): -16629678 or 5390338. OLE color: 5390338.

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

Color convert

RGB26482-
CMYK0.980.2200.68
HSL193.5º95.24%16.47%-
HSV(B)193.5º97.56%32.16%-
XYZ3.384.298.63-
YUV47.51147.4695.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=1.35%
G=43.24%
B=55.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal264820.980.2200.68193.595.2416.47
Hex240526216044c25f10
Octal210012214226010430213720
Binary10100000010100101100010101100100010011000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024052; }

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

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

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

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

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

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

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

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