#223A4B

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

Shades of Tarawera #223A4B

Tints of Tarawera #223A4B

Color information

#223A4B (or 0x223A4B) is unknown color: approx Tarawera. HEX triplet: 22, 3A and 4B. RGB value is (34,58,75). Sum of RGB (Red+Green+Blue) = 34+58+75=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #223A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A4B is #DDC5B4. Grayscale: #343434. Windows color (decimal): -14534069 or 4930082. OLE color: 4930082.

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

Color convert

RGB345875-
CMYK0.550.2300.71
HSL204.88º37.61%21.37%-
HSV(B)204.88º54.67%29.41%-
XYZ3.443.877.22-
YUV52.76140.55114.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=20.36%
G=34.73%
B=44.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3458750.550.2300.71204.8837.6121.37
Hex223A4B3717047cd2615
Octal4272113672701073154625
Binary100010111010100101111011110111010001111100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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