Html Css Color HEX #003E40 Sherpa Blue

📋 copy color: '#003E40'

red 0 ◦ green 62 ◦ blue 64

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

Shades of Sherpa Blue #003E40

Tints of Sherpa Blue #003E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50.79%

R = 0%
G = 49.21%
B = 50.79%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003E40 (or 0x003E40) is known color: Sherpa Blue. HEX triplet: 00, 3E and 40. RGB value is (0,62,64). Sum of RGB (Red+Green+Blue) = 0+62+64=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #003E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E40 is #FFC1BF. Grayscale: #2B2B2B. Windows color (decimal): -16761280 or 4210176. OLE color: 4210176.

HSL color Cylindrical-coordinate representation of color #003E40: hue angle of 181.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E40 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 62 64 -
CMYK 1 0.03 0 0.75
HSL 181.88º 1% 0.13% -
HSV(B) 181.88º 1% 0.25% -
XYZ 2.65 3.82 5.45 -
YUV 43.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 0 62 64 1 0.03 0 0.75 181.88 1 0.13
Hex 0 3E 40 64 3 0 4B B6 64 D
Octal 0 76 100 144 3 0 113 266 144 15
Binary 0 111110 1000000 1100100 11 0 1001011 10110110 1100100 1101

Color Harmonies of #003E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E40

Black with #003E40

Text Example


Text Example

White with #003E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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