#024452

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

Shades of Sherpa Blue #024452

Tints of Sherpa Blue #024452

Color information

#024452 (or 0x024452) is unknown color: approx Sherpa Blue. HEX triplet: 02, 44 and 52. RGB value is (2,68,82). Sum of RGB (Red+Green+Blue) = 2+68+82=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #024452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024452 is #FDBBAD. Grayscale: #313131. Windows color (decimal): -16628654 or 5391362. OLE color: 5391362.

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

Color convert

RGB26882-
CMYK0.980.1700.68
HSL190.5º95.24%16.47%-
HSV(B)190.5º97.56%32.16%-
XYZ3.624.768.71-
YUV49.86146.1393.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=1.32%
G=44.74%
B=53.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal268820.980.1700.68190.595.2416.47
Hex244526211044be5f10
Octal210412214221010427613720
Binary10100010010100101100010100010100010010111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024452; }

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

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

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

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

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

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

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

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