Html Css Color HEX #003A49 Sherpa Blue

📋 copy color: '#003A49'

red 0 ◦ green 58 ◦ blue 73

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

Shades of Sherpa Blue #003A49

Tints of Sherpa Blue #003A49

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 44.27%

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

R = 0%
G = 44.27%
B = 55.73%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#003A49 (or 0x003A49) is known color: Sherpa Blue. HEX triplet: 00, 3A and 49. RGB value is (0,58,73). Sum of RGB (Red+Green+Blue) = 0+58+73=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #003A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A49 is #FFC5B6. Grayscale: #2A2A2A. Windows color (decimal): -16762295 or 4798976. OLE color: 4798976.

HSL color Cylindrical-coordinate representation of color #003A49: hue angle of 192.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A49 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 58 73 -
CMYK 1 0.21 0 0.71
HSL 192.33º 1% 0.14% -
HSV(B) 192.33º 1% 0.29% -
XYZ 2.72 3.51 6.84 -
YUV 42.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 0 58 73 1 0.21 0 0.71 192.33 1 0.14
Hex 0 3A 49 64 15 0 47 C0 64 E
Octal 0 72 111 144 25 0 107 300 144 16
Binary 0 111010 1001001 1100100 10101 0 1000111 11000000 1100100 1110

Color Harmonies of #003A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A49

Black with #003A49

Text Example


Text Example

White with #003A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A49; }

 p { color: rgb(0,58,73); }

 H1.HeaderClassName
 {
   color: #003A49;
 }
 .AnyTagClassName
 {
   color: #003A49;
 }
</style>

background-color css

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

 a { background-color: rgb(0,58,73); }

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

border-color css

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

 span { border-color: rgb(0,58,73); }

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