#223B4A

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

Shades of Tarawera #223B4A

Tints of Tarawera #223B4A

Color information

#223B4A (or 0x223B4A) is unknown color: approx Tarawera. HEX triplet: 22, 3B and 4A. RGB value is (34,59,74). Sum of RGB (Red+Green+Blue) = 34+59+74=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #223B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B4A is #DDC4B5. Grayscale: #353535. Windows color (decimal): -14533814 or 4864802. OLE color: 4864802.

HSL color Cylindrical-coordinate representation of color #223B4A: hue angle of 202.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #223B4A is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB345974-
CMYK0.540.2000.71
HSL202.5º37.04%21.18%-
HSV(B)202.5º54.05%29.02%-
XYZ3.463.967.06-
YUV53.23139.72114.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=20.36%
G=35.33%
B=44.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3459740.540.2000.71202.537.0421.18
Hex223B4A3614047ca2515
Octal4273112662401073124525
Binary100010111011100101011011010100010001111100101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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