Html Css Color HEX #003E48 Sherpa Blue

📋 copy color: '#003E48'

red 0 ◦ green 62 ◦ blue 72

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

Shades of Sherpa Blue #003E48

Tints of Sherpa Blue #003E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.27%

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

R = 0%
G = 46.27%
B = 53.73%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003E48 (or 0x003E48) is known color: Sherpa Blue. HEX triplet: 00, 3E and 48. RGB value is (0,62,72). Sum of RGB (Red+Green+Blue) = 0+62+72=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #003E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E48 is #FFC1B7. Grayscale: #2C2C2C. Windows color (decimal): -16761272 or 4734464. OLE color: 4734464.

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

Color convert

RGB 0 62 72 -
CMYK 1 0.14 0 0.72
HSL 188.33º 1% 0.14% -
HSV(B) 188.33º 1% 0.28% -
XYZ 2.89 3.91 6.73 -
YUV 44.6 143.46 96.19 -
System Red Green Blue C M Y K H S L
Decimal 0 62 72 1 0.14 0 0.72 188.33 1 0.14
Hex 0 3E 48 64 E 0 48 BC 64 E
Octal 0 76 110 144 16 0 110 274 144 16
Binary 0 111110 1001000 1100100 1110 0 1001000 10111100 1100100 1110

Color Harmonies of #003E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E48

Black with #003E48

Text Example


Text Example

White with #003E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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