#02233A

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

Shades of Tangaroa #02233A

Tints of Tangaroa #02233A

Color information

#02233A (or 0x02233A) is unknown color: approx Tangaroa. HEX triplet: 02, 23 and 3A. RGB value is (2,35,58). Sum of RGB (Red+Green+Blue) = 2+35+58=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #02233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02233A is #FDDCC5. Grayscale: #1B1B1B. Windows color (decimal): -16637126 or 3810050. OLE color: 3810050.

HSL color Cylindrical-coordinate representation of color #02233A: hue angle of 204.64º 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 #02233A is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB23558-
CMYK0.970.4000.77
HSL204.64º93.33%11.76%-
HSV(B)204.64º96.55%22.75%-
XYZ1.391.524.22-
YUV27.75145.07109.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 58 (23.05% from 255) = 61.05%
R=2.11%
G=36.84%
B=61.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal235580.970.4000.77204.6493.3311.76
Hex2233A612804Dcd5dc
Octal2437214150011531513514
Binary101000111110101100001101000010011011100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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