#002844

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

Shades of Tangaroa #002844

Tints of Tangaroa #002844

Color information

#002844 (or 0x002844) is unknown color: approx Tangaroa. HEX triplet: 00, 28 and 44. RGB value is (0,40,68). Sum of RGB (Red+Green+Blue) = 0+40+68=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #002844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002844 is #FFD7BB. Grayscale: #1F1F1F. Windows color (decimal): -16766908 or 4466688. OLE color: 4466688.

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

Color convert

RGB04068-
CMYK10.4100.73
HSL204.71º100%13.33%-
HSV(B)204.71º100%26.67%-
XYZ1.81.935.75-
YUV31.23148.75105.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=0%
G=37.04%
B=62.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0406810.4100.73204.7110013.33
Hex028446429049cd64d
Octal05010414451011131514415
Binary010100010001001100100101001010010011100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002844; }

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

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

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

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

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

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

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

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