#002740

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

Shades of Tangaroa #002740

Tints of Tangaroa #002740

Color information

#002740 (or 0x002740) is unknown color: approx Tangaroa. HEX triplet: 00, 27 and 40. RGB value is (0,39,64). Sum of RGB (Red+Green+Blue) = 0+39+64=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #002740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002740 is #FFD8BF. Grayscale: #1E1E1E. Windows color (decimal): -16767168 or 4204288. OLE color: 4204288.

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

Color convert

RGB03964-
CMYK10.3900.75
HSL203.44º100%12.55%-
HSV(B)203.44º100%25.1%-
XYZ1.651.825.12-
YUV30.19147.08106.47-

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) = 37.86%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=0%
G=37.86%
B=62.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0396410.3900.75203.4410012.55
Hex02740642704Bcb64d
Octal04710014447011331314415
Binary010011110000001100100100111010010111100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002740; }

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

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

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

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

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

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

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

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