#024B4D

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

Shades of Sherpa Blue #024B4D

Tints of Sherpa Blue #024B4D

Color information

#024B4D (or 0x024B4D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4B and 4D. RGB value is (2,75,77). Sum of RGB (Red+Green+Blue) = 2+75+77=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #024B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B4D is #FDB4B2. Grayscale: #353535. Windows color (decimal): -16626867 or 5065474. OLE color: 5065474.

HSL color Cylindrical-coordinate representation of color #024B4D: hue angle of 181.6º 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 #024B4D is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB27577-
CMYK0.970.0300.70
HSL181.6º94.94%15.49%-
HSV(B)181.6º97.4%30.2%-
XYZ3.885.587.89-
YUV53.4141.3291.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 77 (30.47% from 255) = 50%
R=1.30%
G=48.70%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal275770.970.0300.70181.694.9415.49
Hex24B4D613046b65ff
Octal21131151413010626613717
Binary1010010111001101110000111010001101011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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