#223C47

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

Shades of Tarawera #223C47

Tints of Tarawera #223C47

Color information

#223C47 (or 0x223C47) is unknown color: approx Tarawera. HEX triplet: 22, 3C and 47. RGB value is (34,60,71). Sum of RGB (Red+Green+Blue) = 34+60+71=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #223C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C47 is #DDC3B8. Grayscale: #353535. Windows color (decimal): -14533561 or 4668450. OLE color: 4668450.

HSL color Cylindrical-coordinate representation of color #223C47: hue angle of 197.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #223C47 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB346071-
CMYK0.520.1500.72
HSL197.84º35.24%20.59%-
HSV(B)197.84º52.11%27.84%-
XYZ3.414.036.56-
YUV53.48137.89114.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=20.61%
G=36.36%
B=43.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3460710.520.1500.72197.8435.2420.59
Hex223C4734F048c62315
Octal4274107641701103064325
Binary10001011110010001111101001111010010001100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,60,71); }

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

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

 a { background-color: rgb(34,60,71); }

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

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

 span { border-color: rgb(34,60,71); }

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