#233B44

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

Shades of Tarawera #233B44

Tints of Tarawera #233B44

Color information

#233B44 (or 0x233B44) is unknown color: approx Tarawera. HEX triplet: 23, 3B and 44. RGB value is (35,59,68). Sum of RGB (Red+Green+Blue) = 35+59+68=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #233B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B44 is #DCC4BB. Grayscale: #343434. Windows color (decimal): -14468284 or 4471587. OLE color: 4471587.

HSL color Cylindrical-coordinate representation of color #233B44: hue angle of 196.36º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #233B44 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB355968-
CMYK0.490.1300.73
HSL196.36º32.04%20.2%-
HSV(B)196.36º48.53%26.67%-
XYZ3.33.96.05-
YUV52.85136.55115.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=21.60%
G=36.42%
B=41.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3559680.490.1300.73196.3632.0420.2
Hex233B4431D049c42014
Octal4373104611501113044024
Binary10001111101110001001100011101010010011100010010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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