#003D40

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

Shades of Sherpa Blue #003D40

Tints of Sherpa Blue #003D40

Color information

#003D40 (or 0x003D40) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3D and 40. RGB value is (0,61,64). Sum of RGB (Red+Green+Blue) = 0+61+64=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #003D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D40 is #FFC2BF. Grayscale: #2B2B2B. Windows color (decimal): -16761536 or 4209920. OLE color: 4209920.

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

Color convert

RGB06164-
CMYK10.0500.75
HSL182.81º100%12.55%-
HSV(B)182.81º100%25.1%-
XYZ2.593.715.43-
YUV43.1139.7997.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 48.8%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=0%
G=48.8%
B=51.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0616410.0500.75182.8110012.55
Hex03D4064504Bb764d
Octal0751001445011326714415
Binary011110110000001100100101010010111011011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #003D40;
 }
 .AnyTagClassName
 {
   color: #003D40;
 }
</style>
background-color css

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

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

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

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

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

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