#02223A

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

Shades of Tangaroa #02223A

Tints of Tangaroa #02223A

Color information

#02223A (or 0x02223A) is unknown color: approx Tangaroa. HEX triplet: 02, 22 and 3A. RGB value is (2,34,58). Sum of RGB (Red+Green+Blue) = 2+34+58=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #02223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02223A is #FDDDC5. Grayscale: #1B1B1B. Windows color (decimal): -16637382 or 3809794. OLE color: 3809794.

HSL color Cylindrical-coordinate representation of color #02223A: hue angle of 205.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02223A is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB23458-
CMYK0.970.4100.77
HSL205.71º93.33%11.76%-
HSV(B)205.71º96.55%22.75%-
XYZ1.361.464.21-
YUV27.17145.4110.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=2.13%
G=36.17%
B=61.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal234580.970.4100.77205.7193.3311.76
Hex2223A612904Dce5dc
Octal2427214151011531613514
Binary101000101110101100001101001010011011100111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02223A; }

 p { color: rgb(2,34,58); }

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

<style>
 a { background-color: #02223A; }

 a { background-color: rgb(2,34,58); }

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

<style>
 span { border-color: #02223A; }

 span { border-color: rgb(2,34,58); }

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