#021D38

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

Shades of Tangaroa #021D38

Tints of Tangaroa #021D38

Color information

#021D38 (or 0x021D38) is unknown color: approx Tangaroa. HEX triplet: 02, 1D and 38. RGB value is (2,29,56). Sum of RGB (Red+Green+Blue) = 2+29+56=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #021D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D38 is #FDE2C7. Grayscale: #171717. Windows color (decimal): -16638664 or 3677442. OLE color: 3677442.

HSL color Cylindrical-coordinate representation of color #021D38: hue angle of 210º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021D38 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22956-
CMYK0.960.4800.78
HSL210º93.1%11.37%-
HSV(B)210º96.43%21.96%-
XYZ1.181.183.91-
YUV24146.05112.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 64.37%
R=2.30%
G=33.33%
B=64.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal229560.960.4800.7821093.111.37
Hex21D38603004Ed25db
Octal2357014060011632213513
Binary10111011110001100000110000010011101101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,29,56); }

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

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

 a { background-color: rgb(2,29,56); }

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

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

 span { border-color: rgb(2,29,56); }

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