Html Css Color HEX #003940 Sherpa Blue

📋 copy color: '#003940'

red 0 ◦ green 57 ◦ blue 64

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

Shades of Sherpa Blue #003940

Tints of Sherpa Blue #003940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.11%

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

R = 0%
G = 47.11%
B = 52.89%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003940 (or 0x003940) is known color: Sherpa Blue. HEX triplet: 00, 39 and 40. RGB value is (0,57,64). Sum of RGB (Red+Green+Blue) = 0+57+64=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #003940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003940 is #FFC6BF. Grayscale: #282828. Windows color (decimal): -16762560 or 4208896. OLE color: 4208896.

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

Color convert

RGB 0 57 64 -
CMYK 1 0.11 0 0.75
HSL 186.56º 1% 0.13% -
HSV(B) 186.56º 1% 0.25% -
XYZ 2.39 3.3 5.36 -
YUV 40.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 0 57 64 1 0.11 0 0.75 186.56 1 0.13
Hex 0 39 40 64 B 0 4B BB 64 D
Octal 0 71 100 144 13 0 113 273 144 15
Binary 0 111001 1000000 1100100 1011 0 1001011 10111011 1100100 1101

Color Harmonies of #003940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003940

Black with #003940

Text Example


Text Example

White with #003940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003940; }

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

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

background-color css

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

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

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

border-color css

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

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

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