Html Css Color HEX #003C49 Sherpa Blue

📋 copy color: '#003C49'

red 0 ◦ green 60 ◦ blue 73

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

Shades of Sherpa Blue #003C49

Tints of Sherpa Blue #003C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

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

R = 0%
G = 45.11%
B = 54.89%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#003C49 (or 0x003C49) is known color: Sherpa Blue. HEX triplet: 00, 3C and 49. RGB value is (0,60,73). Sum of RGB (Red+Green+Blue) = 0+60+73=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #003C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C49 is #FFC3B6. Grayscale: #2B2B2B. Windows color (decimal): -16761783 or 4799488. OLE color: 4799488.

HSL color Cylindrical-coordinate representation of color #003C49: hue angle of 190.68º 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 #003C49 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 60 73 -
CMYK 1 0.18 0 0.71
HSL 190.68º 1% 0.14% -
HSV(B) 190.68º 1% 0.29% -
XYZ 2.82 3.71 6.87 -
YUV 43.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 0 60 73 1 0.18 0 0.71 190.68 1 0.14
Hex 0 3C 49 64 12 0 47 BF 64 E
Octal 0 74 111 144 22 0 107 277 144 16
Binary 0 111100 1001001 1100100 10010 0 1000111 10111111 1100100 1110

Color Harmonies of #003C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C49

Black with #003C49

Text Example


Text Example

White with #003C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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