#233B48

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

Shades of Tarawera #233B48

Tints of Tarawera #233B48

Color information

#233B48 (or 0x233B48) is unknown color: approx Tarawera. HEX triplet: 23, 3B and 48. RGB value is (35,59,72). Sum of RGB (Red+Green+Blue) = 35+59+72=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #233B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B48 is #DCC4B7. Grayscale: #353535. Windows color (decimal): -14468280 or 4733731. OLE color: 4733731.

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

Color convert

RGB355972-
CMYK0.510.1800.72
HSL201.08º34.58%20.98%-
HSV(B)201.08º51.39%28.24%-
XYZ3.433.956.71-
YUV53.31138.55114.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=21.08%
G=35.54%
B=43.37%

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
Decimal3559720.510.1800.72201.0834.5820.98
Hex233B483312048c92315
Octal4373110632201103114325
Binary100011111011100100011001110010010010001100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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