Html Css Color HEX #024C49 Sherpa Blue

📋 copy color: '#024C49'

red 2 ◦ green 76 ◦ blue 73

#024C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #024C49

Tints of Sherpa Blue #024C49

RGB

 RED value IS 2 (1.17% from 255) = 1.32%

 GREEN value IS 76 (30.08% from 255) = 50.33%

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 1.32%
G = 50.33%
B = 48.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#024C49 (or 0x024C49) is known color: Sherpa Blue. HEX triplet: 02, 4C and 49. RGB value is (2,76,73). Sum of RGB (Red+Green+Blue) = 2+76+73=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #024C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C49 is #FDB3B6. Grayscale: #353535. Windows color (decimal): -16626615 or 4803586. OLE color: 4803586.

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

Color convert

RGB 2 76 73 -
CMYK 0.97 0 0.04 0.70
HSL 177.57º 0.95% 0.15% -
HSV(B) 177.57º 0.97% 0.3% -
XYZ 3.81 5.66 7.2 -
YUV 53.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 2 76 73 0.97 0 0.04 0.70 177.57 0.95 0.15
Hex 2 4C 49 61 0 4 46 B2 5F F
Octal 2 114 111 141 0 4 106 262 137 17
Binary 10 1001100 1001001 1100001 0 100 1000110 10110010 1011111 1111

Color Harmonies of #024C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C49

Black with #024C49

Text Example


Text Example

White with #024C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024C49;
 }
 .AnyTagClassName
 {
   color: #024C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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