#021F38

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

Shades of Tangaroa #021F38

Tints of Tangaroa #021F38

Color information

#021F38 (or 0x021F38) is unknown color: approx Tangaroa. HEX triplet: 02, 1F and 38. RGB value is (2,31,56). Sum of RGB (Red+Green+Blue) = 2+31+56=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #021F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F38 is #FDE0C7. Grayscale: #191919. Windows color (decimal): -16638152 or 3677954. OLE color: 3677954.

HSL color Cylindrical-coordinate representation of color #021F38: hue angle of 207.78º 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 #021F38 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB23156-
CMYK0.960.4500.78
HSL207.78º93.1%11.37%-
HSV(B)207.78º96.43%21.96%-
XYZ1.231.283.92-
YUV25.18145.39111.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=2.25%
G=34.83%
B=62.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal231560.960.4500.78207.7893.111.37
Hex21F38602D04Ed05db
Octal2377014055011632013513
Binary10111111110001100000101101010011101101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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