#002243

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

Shades of Tangaroa #002243

Tints of Tangaroa #002243

Color information

#002243 (or 0x002243) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 43. RGB value is (0,34,67). Sum of RGB (Red+Green+Blue) = 0+34+67=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #002243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002243 is #FFDDBC. Grayscale: #1B1B1B. Windows color (decimal): -16768445 or 4399616. OLE color: 4399616.

HSL color Cylindrical-coordinate representation of color #002243: hue angle of 209.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002243 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB03467-
CMYK10.4900.74
HSL209.55º100%13.14%-
HSV(B)209.55º100%26.27%-
XYZ1.591.555.53-
YUV27.6150.24108.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 67 (26.56% from 255) = 66.34%
R=0%
G=33.66%
B=66.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0346710.4900.74209.5510013.14
Hex02243643104Ad264d
Octal04210314461011232214415
Binary010001010000111100100110001010010101101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002243; }

 p { color: rgb(0,34,67); }

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

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

 a { background-color: rgb(0,34,67); }

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

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

 span { border-color: rgb(0,34,67); }

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