Html Css Color HEX #003E50 Sherpa Blue

📋 copy color: '#003E50'

red 0 ◦ green 62 ◦ blue 80

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

Shades of Sherpa Blue #003E50

Tints of Sherpa Blue #003E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 0%
G = 43.66%
B = 56.34%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#003E50 (or 0x003E50) is known color: Sherpa Blue. HEX triplet: 00, 3E and 50. RGB value is (0,62,80). Sum of RGB (Red+Green+Blue) = 0+62+80=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #003E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E50 is #FFC1AF. Grayscale: #2D2D2D. Windows color (decimal): -16761264 or 5258752. OLE color: 5258752.

HSL color Cylindrical-coordinate representation of color #003E50: hue angle of 193.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E50 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 62 80 -
CMYK 1 0.22 0 0.69
HSL 193.5º 1% 0.16% -
HSV(B) 193.5º 1% 0.31% -
XYZ 3.17 4.02 8.2 -
YUV 45.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 0 62 80 1 0.22 0 0.69 193.5 1 0.16
Hex 0 3E 50 64 16 0 45 C2 64 10
Octal 0 76 120 144 26 0 105 302 144 20
Binary 0 111110 1010000 1100100 10110 0 1000101 11000010 1100100 10000

Color Harmonies of #003E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E50

Black with #003E50

Text Example


Text Example

White with #003E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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