#233A47

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

Shades of Tarawera #233A47

Tints of Tarawera #233A47

Color information

#233A47 (or 0x233A47) is unknown color: approx Tarawera. HEX triplet: 23, 3A and 47. RGB value is (35,58,71). Sum of RGB (Red+Green+Blue) = 35+58+71=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #233A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A47 is #DCC5B8. Grayscale: #343434. Windows color (decimal): -14468537 or 4667939. OLE color: 4667939.

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

Color convert

RGB355871-
CMYK0.510.1800.72
HSL201.67º33.96%20.78%-
HSV(B)201.67º50.7%27.84%-
XYZ3.343.846.53-
YUV52.6138.38115.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=21.34%
G=35.37%
B=43.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3558710.510.1800.72201.6733.9620.78
Hex233A473312048ca2215
Octal4372107632201103124225
Binary100011111010100011111001110010010010001100101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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