#003740

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

Shades of Sherpa Blue #003740

Tints of Sherpa Blue #003740

Color information

#003740 (or 0x003740) is unknown color: approx Sherpa Blue. HEX triplet: 00, 37 and 40. RGB value is (0,55,64). Sum of RGB (Red+Green+Blue) = 0+55+64=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #003740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003740 is #FFC8BF. Grayscale: #272727. Windows color (decimal): -16763072 or 4208384. OLE color: 4208384.

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

Color convert

RGB05564-
CMYK10.1400.75
HSL188.44º100%12.55%-
HSV(B)188.44º100%25.1%-
XYZ2.293.15.33-
YUV39.58141.7899.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=0%
G=46.22%
B=53.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0556410.1400.75188.4410012.55
Hex0374064E04Bbc64d
Octal06710014416011327414415
Binary0110111100000011001001110010010111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003740; }

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

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

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

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

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

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

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

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