#233E47

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

Shades of Tarawera #233E47

Tints of Tarawera #233E47

Color information

#233E47 (or 0x233E47) is unknown color: approx Tarawera. HEX triplet: 23, 3E and 47. RGB value is (35,62,71). Sum of RGB (Red+Green+Blue) = 35+62+71=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #233E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E47 is #DCC1B8. Grayscale: #363636. Windows color (decimal): -14467513 or 4668963. OLE color: 4668963.

HSL color Cylindrical-coordinate representation of color #233E47: hue angle of 195º 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 #233E47 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB356271-
CMYK0.510.1300.72
HSL195º33.96%20.78%-
HSV(B)195º50.7%27.84%-
XYZ3.554.266.6-
YUV54.95137.05113.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=20.83%
G=36.90%
B=42.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3562710.510.1300.7219533.9620.78
Hex233E4733D048c32215
Octal4376107631501103034225
Binary10001111111010001111100111101010010001100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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