#003640

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

Shades of Sherpa Blue #003640

Tints of Sherpa Blue #003640

Color information

#003640 (or 0x003640) is unknown color: approx Sherpa Blue. HEX triplet: 00, 36 and 40. RGB value is (0,54,64). Sum of RGB (Red+Green+Blue) = 0+54+64=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #003640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003640 is #FFC9BF. Grayscale: #262626. Windows color (decimal): -16763328 or 4208128. OLE color: 4208128.

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

Color convert

RGB05464-
CMYK10.1600.75
HSL189.38º100%12.55%-
HSV(B)189.38º100%25.1%-
XYZ2.243.015.31-
YUV38.99142.11100.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=0%
G=45.76%
B=54.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0546410.1600.75189.3810012.55
Hex03640641004Bbd64d
Octal06610014420011327514415
Binary01101101000000110010010000010010111011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003640; }

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

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

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

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

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

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

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

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