#003E40

Color #003E40 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #003E40

Tints of Sherpa Blue #003E40

Color information

#003E40 (or 0x003E40) is unknown color: approx 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

RGB06264-
CMYK10.0300.75
HSL181.88º100%12.55%-
HSV(B)181.88º100%25.1%-
XYZ2.653.825.45-
YUV43.69139.4696.84-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0626410.0300.75181.8810012.55
Hex03E4064304Bb664d
Octal0761001443011326614415
Binary01111101000000110010011010010111011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>