#002240

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

Shades of Tangaroa #002240

Tints of Tangaroa #002240

Color information

#002240 (or 0x002240) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 40. RGB value is (0,34,64). Sum of RGB (Red+Green+Blue) = 0+34+64=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #002240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002240 is #FFDDBF. Grayscale: #1B1B1B. Windows color (decimal): -16768448 or 4203008. OLE color: 4203008.

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

Color convert

RGB03464-
CMYK10.4700.75
HSL208.12º100%12.55%-
HSV(B)208.12º100%25.1%-
XYZ1.51.515.06-
YUV27.25148.74108.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=0%
G=34.69%
B=65.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0346410.4700.75208.1210012.55
Hex02240642F04Bd064d
Octal04210014457011332014415
Binary010001010000001100100101111010010111101000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002240; }

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

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

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

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

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

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

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

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