#021E3D

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

Shades of Tangaroa #021E3D

Tints of Tangaroa #021E3D

Color information

#021E3D (or 0x021E3D) is unknown color: approx Tangaroa. HEX triplet: 02, 1E and 3D. RGB value is (2,30,61). Sum of RGB (Red+Green+Blue) = 2+30+61=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #021E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E3D is #FDE1C2. Grayscale: #191919. Windows color (decimal): -16638403 or 4005378. OLE color: 4005378.

HSL color Cylindrical-coordinate representation of color #021E3D: hue angle of 211.53º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E3D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB23061-
CMYK0.970.5100.76
HSL211.53º93.65%12.35%-
HSV(B)211.53º96.72%23.92%-
XYZ1.331.284.59-
YUV25.16148.22111.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 61 (24.22% from 255) = 65.59%
R=2.15%
G=32.26%
B=65.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal230610.970.5100.76211.5393.6512.35
Hex21E3D613304Cd45ec
Octal2367514163011432413614
Binary10111101111011100001110011010011001101010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021E3D; }

 p { color: rgb(2,30,61); }

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

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

 a { background-color: rgb(2,30,61); }

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

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

 span { border-color: rgb(2,30,61); }

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