#024B4C

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

Shades of Sherpa Blue #024B4C

Tints of Sherpa Blue #024B4C

Color information

#024B4C (or 0x024B4C) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4B and 4C. RGB value is (2,75,76). Sum of RGB (Red+Green+Blue) = 2+75+76=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #024B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B4C is #FDB4B3. Grayscale: #353535. Windows color (decimal): -16626868 or 4999938. OLE color: 4999938.

HSL color Cylindrical-coordinate representation of color #024B4C: hue angle of 180.81º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B4C is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB27576-
CMYK0.970.0100.70
HSL180.81º94.87%15.29%-
HSV(B)180.81º97.37%29.8%-
XYZ3.855.577.71-
YUV53.29140.8291.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=1.31%
G=49.02%
B=49.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal275760.970.0100.70180.8194.8715.29
Hex24B4C611046b55ff
Octal21131141411010626513717
Binary101001011100110011000011010001101011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024B4C; }

 p { color: rgb(2,75,76); }

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

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

 a { background-color: rgb(2,75,76); }

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

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

 span { border-color: rgb(2,75,76); }

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