#233C46

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

Shades of Tarawera #233C46

Tints of Tarawera #233C46

Color information

#233C46 (or 0x233C46) is unknown color: approx Tarawera. HEX triplet: 23, 3C and 46. RGB value is (35,60,70). Sum of RGB (Red+Green+Blue) = 35+60+70=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #233C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C46 is #DCC3B9. Grayscale: #353535. Windows color (decimal): -14468026 or 4602915. OLE color: 4602915.

HSL color Cylindrical-coordinate representation of color #233C46: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #233C46 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB356070-
CMYK0.50.1400.73
HSL197.14º33.33%20.59%-
HSV(B)197.14º50%27.45%-
XYZ3.414.036.39-
YUV53.67137.22114.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=21.21%
G=36.36%
B=42.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3560700.50.1400.73197.1433.3320.59
Hex233C4632E049c52115
Octal4374106621601113054125
Binary10001111110010001101100101110010010011100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,60,70); }

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

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

 a { background-color: rgb(35,60,70); }

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

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

 span { border-color: rgb(35,60,70); }

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