#223C4B

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

Shades of Tarawera #223C4B

Tints of Tarawera #223C4B

Color information

#223C4B (or 0x223C4B) is unknown color: approx Tarawera. HEX triplet: 22, 3C and 4B. RGB value is (34,60,75). Sum of RGB (Red+Green+Blue) = 34+60+75=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #223C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C4B is #DDC3B4. Grayscale: #353535. Windows color (decimal): -14533557 or 4930594. OLE color: 4930594.

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

Color convert

RGB346075-
CMYK0.550.2000.71
HSL201.95º37.61%21.37%-
HSV(B)201.95º54.67%29.41%-
XYZ3.554.087.26-
YUV53.94139.89113.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=20.12%
G=35.50%
B=44.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3460750.550.2000.71201.9537.6121.37
Hex223C4B3714047ca2615
Octal4274113672401073124625
Binary100010111100100101111011110100010001111100101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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