#233B43

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

Shades of Tarawera #233B43

Tints of Tarawera #233B43

Color information

#233B43 (or 0x233B43) is unknown color: approx Tarawera. HEX triplet: 23, 3B and 43. RGB value is (35,59,67). Sum of RGB (Red+Green+Blue) = 35+59+67=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #233B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B43 is #DCC4BC. Grayscale: #343434. Windows color (decimal): -14468285 or 4406051. OLE color: 4406051.

HSL color Cylindrical-coordinate representation of color #233B43: hue angle of 195º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #233B43 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB355967-
CMYK0.480.1200.74
HSL195º31.37%20%-
HSV(B)195º47.76%26.27%-
XYZ3.273.895.89-
YUV52.74136.05115.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=21.74%
G=36.65%
B=41.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3559670.480.1200.7419531.3720
Hex233B4330C04Ac31f14
Octal4373103601401123033724
Binary1000111110111000011110000110001001010110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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