#021C3D

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

Shades of Tangaroa #021C3D

Tints of Tangaroa #021C3D

Color information

#021C3D (or 0x021C3D) is unknown color: approx Tangaroa. HEX triplet: 02, 1C and 3D. RGB value is (2,28,61). Sum of RGB (Red+Green+Blue) = 2+28+61=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #021C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C3D is #FDE3C2. Grayscale: #171717. Windows color (decimal): -16638915 or 4004866. OLE color: 4004866.

HSL color Cylindrical-coordinate representation of color #021C3D: hue angle of 213.56º 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 #021C3D is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB22861-
CMYK0.970.5400.76
HSL213.56º93.65%12.35%-
HSV(B)213.56º96.72%23.92%-
XYZ1.281.184.58-
YUV23.99148.89112.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 61 (24.22% from 255) = 67.03%
R=2.20%
G=30.77%
B=67.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal228610.970.5400.76213.5693.6512.35
Hex21C3D613604Cd65ec
Octal2347514166011432613614
Binary10111001111011100001110110010011001101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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