#233A46

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

Shades of Tarawera #233A46

Tints of Tarawera #233A46

Color information

#233A46 (or 0x233A46) is unknown color: approx Tarawera. HEX triplet: 23, 3A and 46. RGB value is (35,58,70). Sum of RGB (Red+Green+Blue) = 35+58+70=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #233A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A46 is #DCC5B9. Grayscale: #343434. Windows color (decimal): -14468538 or 4602403. OLE color: 4602403.

HSL color Cylindrical-coordinate representation of color #233A46: hue angle of 200.57º 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 #233A46 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB355870-
CMYK0.50.1700.73
HSL200.57º33.33%20.59%-
HSV(B)200.57º50%27.45%-
XYZ3.313.836.36-
YUV52.49137.88115.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=21.47%
G=35.58%
B=42.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3558700.50.1700.73200.5733.3320.59
Hex233A463211049c92115
Octal4372106622101113114125
Binary100011111010100011011001010001010010011100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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