#024552

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

Shades of Sherpa Blue #024552

Tints of Sherpa Blue #024552

Color information

#024552 (or 0x024552) is unknown color: approx Sherpa Blue. HEX triplet: 02, 45 and 52. RGB value is (2,69,82). Sum of RGB (Red+Green+Blue) = 2+69+82=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #024552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024552 is #FDBAAD. Grayscale: #323232. Windows color (decimal): -16628398 or 5391618. OLE color: 5391618.

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

Color convert

RGB26982-
CMYK0.980.1600.68
HSL189.75º95.24%16.47%-
HSV(B)189.75º97.56%32.16%-
XYZ3.684.888.73-
YUV50.45145.893.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=1.31%
G=45.10%
B=53.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal269820.980.1600.68189.7595.2416.47
Hex245526210044be5f10
Octal210512214220010427613720
Binary10100010110100101100010100000100010010111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024552; }

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

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

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

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

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

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

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

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