#223D4B

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

Shades of Tarawera #223D4B

Tints of Tarawera #223D4B

Color information

#223D4B (or 0x223D4B) is unknown color: approx Tarawera. HEX triplet: 22, 3D and 4B. RGB value is (34,61,75). Sum of RGB (Red+Green+Blue) = 34+61+75=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #223D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D4B is #DDC2B4. Grayscale: #363636. Windows color (decimal): -14533301 or 4930850. OLE color: 4930850.

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

Color convert

RGB346175-
CMYK0.550.1900.71
HSL200.49º37.61%21.37%-
HSV(B)200.49º54.67%29.41%-
XYZ3.64.197.27-
YUV54.52139.55113.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=20%
G=35.88%
B=44.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3461750.550.1900.71200.4937.6121.37
Hex223D4B3713047c82615
Octal4275113672301073104625
Binary100010111101100101111011110011010001111100100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,61,75); }

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

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

 a { background-color: rgb(34,61,75); }

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

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

 span { border-color: rgb(34,61,75); }

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