#021F3D

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

Shades of Tangaroa #021F3D

Tints of Tangaroa #021F3D

Color information

#021F3D (or 0x021F3D) is unknown color: approx Tangaroa. HEX triplet: 02, 1F and 3D. RGB value is (2,31,61). Sum of RGB (Red+Green+Blue) = 2+31+61=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #021F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F3D is #FDE0C2. Grayscale: #191919. Windows color (decimal): -16638147 or 4005634. OLE color: 4005634.

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

Color convert

RGB23161-
CMYK0.970.4900.76
HSL210.51º93.65%12.35%-
HSV(B)210.51º96.72%23.92%-
XYZ1.361.334.6-
YUV25.75147.89111.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 61 (24.22% from 255) = 64.89%
R=2.13%
G=32.98%
B=64.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal231610.970.4900.76210.5193.6512.35
Hex21F3D613104Cd35ec
Octal2377514161011432313614
Binary10111111111011100001110001010011001101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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