#223C4A

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

Shades of Tarawera #223C4A

Tints of Tarawera #223C4A

Color information

#223C4A (or 0x223C4A) is unknown color: approx Tarawera. HEX triplet: 22, 3C and 4A. RGB value is (34,60,74). Sum of RGB (Red+Green+Blue) = 34+60+74=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #223C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C4A is #DDC3B5. Grayscale: #353535. Windows color (decimal): -14533558 or 4865058. OLE color: 4865058.

HSL color Cylindrical-coordinate representation of color #223C4A: hue angle of 201º 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 #223C4A is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB346074-
CMYK0.540.1900.71
HSL201º37.04%21.18%-
HSV(B)201º54.05%29.02%-
XYZ3.514.077.08-
YUV53.82139.39113.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=20.24%
G=35.71%
B=44.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3460740.540.1900.7120137.0421.18
Hex223C4A3613047c92515
Octal4274112662301073114525
Binary100010111100100101011011010011010001111100100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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