#02223D

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

Shades of Tangaroa #02223D

Tints of Tangaroa #02223D

Color information

#02223D (or 0x02223D) is unknown color: approx Tangaroa. HEX triplet: 02, 22 and 3D. RGB value is (2,34,61). Sum of RGB (Red+Green+Blue) = 2+34+61=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #02223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02223D is #FDDDC2. Grayscale: #1B1B1B. Windows color (decimal): -16637379 or 4006402. OLE color: 4006402.

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

Color convert

RGB23461-
CMYK0.970.4400.76
HSL207.46º93.65%12.35%-
HSV(B)207.46º96.72%23.92%-
XYZ1.441.494.63-
YUV27.51146.9109.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=2.06%
G=35.05%
B=62.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal234610.970.4400.76207.4693.6512.35
Hex2223D612C04Ccf5ec
Octal2427514154011431713614
Binary101000101111011100001101100010011001100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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