Html Css Color HEX #003C48 Sherpa Blue

📋 copy color: '#003C48'

red 0 ◦ green 60 ◦ blue 72

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

Shades of Sherpa Blue #003C48

Tints of Sherpa Blue #003C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 0%
G = 45.45%
B = 54.55%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003C48 (or 0x003C48) is known color: Sherpa Blue. HEX triplet: 00, 3C and 48. RGB value is (0,60,72). Sum of RGB (Red+Green+Blue) = 0+60+72=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #003C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C48 is #FFC3B7. Grayscale: #2B2B2B. Windows color (decimal): -16761784 or 4733952. OLE color: 4733952.

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

Color convert

RGB 0 60 72 -
CMYK 1 0.17 0 0.72
HSL 190º 1% 0.14% -
HSV(B) 190º 1% 0.28% -
XYZ 2.79 3.7 6.7 -
YUV 43.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 0 60 72 1 0.17 0 0.72 190 1 0.14
Hex 0 3C 48 64 11 0 48 BE 64 E
Octal 0 74 110 144 21 0 110 276 144 16
Binary 0 111100 1001000 1100100 10001 0 1001000 10111110 1100100 1110

Color Harmonies of #003C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C48

Black with #003C48

Text Example


Text Example

White with #003C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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