#004044

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

Shades of Sherpa Blue #004044

Tints of Sherpa Blue #004044

Color information

#004044 (or 0x004044) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 44. RGB value is (0,64,68). Sum of RGB (Red+Green+Blue) = 0+64+68=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #004044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004044 is #FFBFBB. Grayscale: #2D2D2D. Windows color (decimal): -16760764 or 4472832. OLE color: 4472832.

HSL color Cylindrical-coordinate representation of color #004044: hue angle of 183.53º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004044 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB06468-
CMYK10.0600.73
HSL183.53º100%13.33%-
HSV(B)183.53º100%26.67%-
XYZ2.884.086.11-
YUV45.32140.895.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 68 (26.95% from 255) = 51.52%
R=0%
G=48.48%
B=51.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0646810.0600.73183.5310013.33
Hex04044646049b864d
Octal01001041446011127014415
Binary0100000010001001100100110010010011011100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004044; }

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

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

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

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

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

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

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

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