#02243A

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

Shades of Tangaroa #02243A

Tints of Tangaroa #02243A

Color information

#02243A (or 0x02243A) is unknown color: approx Tangaroa. HEX triplet: 02, 24 and 3A. RGB value is (2,36,58). Sum of RGB (Red+Green+Blue) = 2+36+58=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #02243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02243A is #FDDBC5. Grayscale: #1C1C1C. Windows color (decimal): -16636870 or 3810306. OLE color: 3810306.

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

Color convert

RGB23658-
CMYK0.970.3800.77
HSL203.57º93.33%11.76%-
HSV(B)203.57º96.55%22.75%-
XYZ1.421.584.23-
YUV28.34144.74109.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 60.42%
R=2.08%
G=37.5%
B=60.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal236580.970.3800.77203.5793.3311.76
Hex2243A612604Dcc5dc
Octal2447214146011531413514
Binary101001001110101100001100110010011011100110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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