#223948

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

Shades of Tarawera #223948

Tints of Tarawera #223948

Color information

#223948 (or 0x223948) is unknown color: approx Tarawera. HEX triplet: 22, 39 and 48. RGB value is (34,57,72). Sum of RGB (Red+Green+Blue) = 34+57+72=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #223948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223948 is #DDC6B7. Grayscale: #333333. Windows color (decimal): -14534328 or 4733218. OLE color: 4733218.

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

Color convert

RGB345772-
CMYK0.530.2100.72
HSL203.68º35.85%20.78%-
HSV(B)203.68º52.78%28.24%-
XYZ3.293.736.68-
YUV51.83139.38115.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=20.86%
G=34.97%
B=44.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3457720.530.2100.72203.6835.8520.78
Hex2239483515048cc2415
Octal4271110652501103144425
Binary100010111001100100011010110101010010001100110010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223948; }

 p { color: rgb(34,57,72); }

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

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

 a { background-color: rgb(34,57,72); }

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

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

 span { border-color: rgb(34,57,72); }

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