#002744

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

Shades of Tangaroa #002744

Tints of Tangaroa #002744

Color information

#002744 (or 0x002744) is unknown color: approx Tangaroa. HEX triplet: 00, 27 and 44. RGB value is (0,39,68). Sum of RGB (Red+Green+Blue) = 0+39+68=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #002744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002744 is #FFD8BB. Grayscale: #1E1E1E. Windows color (decimal): -16767164 or 4466432. OLE color: 4466432.

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

Color convert

RGB03968-
CMYK10.4300.73
HSL205.59º100%13.33%-
HSV(B)205.59º100%26.67%-
XYZ1.771.875.74-
YUV30.64149.08106.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 68 (26.95% from 255) = 63.55%
R=0%
G=36.45%
B=63.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0396810.4300.73205.5910013.33
Hex02744642B049ce64d
Octal04710414453011131614415
Binary010011110001001100100101011010010011100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002744; }

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

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

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

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

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

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

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

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