Html Css Color HEX #003840 Sherpa Blue

📋 copy color: '#003840'

red 0 ◦ green 56 ◦ blue 64

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

Shades of Sherpa Blue #003840

Tints of Sherpa Blue #003840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.67%

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

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003840 (or 0x003840) is known color: Sherpa Blue. HEX triplet: 00, 38 and 40. RGB value is (0,56,64). Sum of RGB (Red+Green+Blue) = 0+56+64=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #003840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003840 is #FFC7BF. Grayscale: #282828. Windows color (decimal): -16762816 or 4208640. OLE color: 4208640.

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

Color convert

RGB 0 56 64 -
CMYK 1 0.13 0 0.75
HSL 187.5º 1% 0.13% -
HSV(B) 187.5º 1% 0.25% -
XYZ 2.34 3.2 5.34 -
YUV 40.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 0 56 64 1 0.13 0 0.75 187.5 1 0.13
Hex 0 38 40 64 D 0 4B BC 64 D
Octal 0 70 100 144 15 0 113 274 144 15
Binary 0 111000 1000000 1100100 1101 0 1001011 10111100 1100100 1101

Color Harmonies of #003840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003840

Black with #003840

Text Example


Text Example

White with #003840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003840; }

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

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

background-color css

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

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

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

border-color css

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

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

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