#233C47

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

Shades of Tarawera #233C47

Tints of Tarawera #233C47

Color information

#233C47 (or 0x233C47) is unknown color: approx Tarawera. HEX triplet: 23, 3C and 47. RGB value is (35,60,71). Sum of RGB (Red+Green+Blue) = 35+60+71=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #233C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C47 is #DCC3B8. Grayscale: #353535. Windows color (decimal): -14468025 or 4668451. OLE color: 4668451.

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

Color convert

RGB356071-
CMYK0.510.1500.72
HSL198.33º33.96%20.78%-
HSV(B)198.33º50.7%27.84%-
XYZ3.454.046.56-
YUV53.78137.72114.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=21.08%
G=36.14%
B=42.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3560710.510.1500.72198.3333.9620.78
Hex233C4733F048c62215
Octal4374107631701103064225
Binary10001111110010001111100111111010010001100011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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