#223B46

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

Shades of Tarawera #223B46

Tints of Tarawera #223B46

Color information

#223B46 (or 0x223B46) is unknown color: approx Tarawera. HEX triplet: 22, 3B and 46. RGB value is (34,59,70). Sum of RGB (Red+Green+Blue) = 34+59+70=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #223B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B46 is #DDC4B9. Grayscale: #343434. Windows color (decimal): -14533818 or 4602658. OLE color: 4602658.

HSL color Cylindrical-coordinate representation of color #223B46: hue angle of 198.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #223B46 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB345970-
CMYK0.510.1600.73
HSL198.33º34.62%20.39%-
HSV(B)198.33º51.43%27.45%-
XYZ3.333.916.37-
YUV52.78137.72114.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=20.86%
G=36.20%
B=42.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3459700.510.1600.73198.3334.6220.39
Hex223B463310049c62314
Octal4273106632001113064324
Binary100010111011100011011001110000010010011100011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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