Html Css Color HEX #003740 Sherpa Blue

📋 copy color: '#003740'

red 0 ◦ green 55 ◦ blue 64

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

Shades of Sherpa Blue #003740

Tints of Sherpa Blue #003740

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 value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003740 (or 0x003740) is known color: 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

RGB 0 55 64 -
CMYK 1 0.14 0 0.75
HSL 188.44º 1% 0.13% -
HSV(B) 188.44º 1% 0.25% -
XYZ 2.29 3.1 5.33 -
YUV 39.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 0 55 64 1 0.14 0 0.75 188.44 1 0.13
Hex 0 37 40 64 E 0 4B BC 64 D
Octal 0 67 100 144 16 0 113 274 144 15
Binary 0 110111 1000000 1100100 1110 0 1001011 10111100 1100100 1101

Color Harmonies of #003740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003740

Black with #003740

Text Example


Text Example

White with #003740

Text Example


Text Example

HTML Codes & Css Web 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>