Html Css Color HEX #003A48 Sherpa Blue

📋 copy color: '#003A48'

red 0 ◦ green 58 ◦ blue 72

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

Shades of Sherpa Blue #003A48

Tints of Sherpa Blue #003A48

RGB

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

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

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

R = 0%
G = 44.62%
B = 55.38%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003A48 (or 0x003A48) is known color: Sherpa Blue. HEX triplet: 00, 3A and 48. RGB value is (0,58,72). Sum of RGB (Red+Green+Blue) = 0+58+72=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #003A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A48 is #FFC5B7. Grayscale: #2A2A2A. Windows color (decimal): -16762296 or 4733440. OLE color: 4733440.

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

Color convert

RGB 0 58 72 -
CMYK 1 0.19 0 0.72
HSL 191.67º 1% 0.14% -
HSV(B) 191.67º 1% 0.28% -
XYZ 2.68 3.49 6.66 -
YUV 42.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 0 58 72 1 0.19 0 0.72 191.67 1 0.14
Hex 0 3A 48 64 13 0 48 C0 64 E
Octal 0 72 110 144 23 0 110 300 144 16
Binary 0 111010 1001000 1100100 10011 0 1001000 11000000 1100100 1110

Color Harmonies of #003A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A48

Black with #003A48

Text Example


Text Example

White with #003A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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