#223b44

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

Shades of Tarawera #223B44

Tints of Tarawera #223B44

Color information

#223B44 (or 0x223B44) is unknown color: approx Tarawera. HEX triplet: 22, 3B and 44. RGB value is (34,59,68). Sum of RGB (Red+Green+Blue) = 34+59+68=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #223B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B44 is #DDC4BB. Grayscale: #343434. Windows color (decimal): -14533820 or 4471586. OLE color: 4471586.

HSL color Cylindrical-coordinate representation of color #223B44: hue angle of 195.88º 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 #223B44 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB345968-
CMYK0.500.1300.73
HSL195.88º33.33%20%-
HSV(B)195.88º50%26.67%-
XYZ3.273.896.05-
YUV52.55136.72114.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 68 (26.95% from 255) = 42.24%
R=21.12%
G=36.65%
B=42.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3459680.500.1300.73195.8833.3320
Hex223B4432D049c42114
Octal4273104621501113044124
Binary10001011101110001001100101101010010011100010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223b44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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