#233D49

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

Shades of Tarawera #233D49

Tints of Tarawera #233D49

Color information

#233D49 (or 0x233D49) is unknown color: approx Tarawera. HEX triplet: 23, 3D and 49. RGB value is (35,61,73). Sum of RGB (Red+Green+Blue) = 35+61+73=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #233D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D49 is #DCC2B6. Grayscale: #363636. Windows color (decimal): -14467767 or 4799779. OLE color: 4799779.

HSL color Cylindrical-coordinate representation of color #233D49: hue angle of 198.95º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #233D49 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB356173-
CMYK0.520.1600.71
HSL198.95º35.19%21.18%-
HSV(B)198.95º52.05%28.63%-
XYZ3.564.186.92-
YUV54.59138.39114.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=20.71%
G=36.09%
B=43.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3561730.520.1600.71198.9535.1921.18
Hex233D493410047c72315
Octal4375111642001073074325
Binary100011111101100100111010010000010001111100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233D49; }

 p { color: rgb(35,61,73); }

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

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

 a { background-color: rgb(35,61,73); }

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

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

 span { border-color: rgb(35,61,73); }

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