#223D44

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

Shades of Tarawera #223D44

Tints of Tarawera #223D44

Color information

#223D44 (or 0x223D44) is unknown color: approx Tarawera. HEX triplet: 22, 3D and 44. RGB value is (34,61,68). Sum of RGB (Red+Green+Blue) = 34+61+68=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #223D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D44 is #DDC2BB. Grayscale: #353535. Windows color (decimal): -14533308 or 4472098. OLE color: 4472098.

HSL color Cylindrical-coordinate representation of color #223D44: hue angle of 192.35º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #223D44 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB346168-
CMYK0.500.1000.73
HSL192.35º33.33%20%-
HSV(B)192.35º50%26.67%-
XYZ3.374.096.08-
YUV53.72136.05113.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=20.86%
G=37.42%
B=41.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3461680.500.1000.73192.3533.3320
Hex223D4432A049c02114
Octal4275104621201113004124
Binary10001011110110001001100101010010010011100000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223D44; }

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

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

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

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

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

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

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

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