#233B47

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

Shades of Tarawera #233B47

Tints of Tarawera #233B47

Color information

#233B47 (or 0x233B47) is unknown color: approx Tarawera. HEX triplet: 23, 3B and 47. RGB value is (35,59,71). Sum of RGB (Red+Green+Blue) = 35+59+71=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #233B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B47 is #DCC4B8. Grayscale: #353535. Windows color (decimal): -14468281 or 4668195. OLE color: 4668195.

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

Color convert

RGB355971-
CMYK0.510.1700.72
HSL200º33.96%20.78%-
HSV(B)200º50.7%27.84%-
XYZ3.393.946.54-
YUV53.19138.05115.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=21.21%
G=35.76%
B=43.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3559710.510.1700.7220033.9620.78
Hex233B473311048c82215
Octal4373107632101103104225
Binary100011111011100011111001110001010010001100100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,59,71); }

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

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

 a { background-color: rgb(35,59,71); }

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

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

 span { border-color: rgb(35,59,71); }

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