#223A43

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

Shades of Tarawera #223A43

Tints of Tarawera #223A43

Color information

#223A43 (or 0x223A43) is unknown color: approx Tarawera. HEX triplet: 22, 3A and 43. RGB value is (34,58,67). Sum of RGB (Red+Green+Blue) = 34+58+67=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #223A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A43 is #DDC5BC. Grayscale: #333333. Windows color (decimal): -14534077 or 4405794. OLE color: 4405794.

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

Color convert

RGB345867-
CMYK0.490.1300.74
HSL196.36º32.67%19.8%-
HSV(B)196.36º49.25%26.27%-
XYZ3.193.775.87-
YUV51.85136.55115.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=21.38%
G=36.48%
B=42.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3458670.490.1300.74196.3632.6719.8
Hex223A4331D04Ac42114
Octal4272103611501123044124
Binary10001011101010000111100011101010010101100010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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