#233D48

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

Shades of Tarawera #233D48

Tints of Tarawera #233D48

Color information

#233D48 (or 0x233D48) is unknown color: approx Tarawera. HEX triplet: 23, 3D and 48. RGB value is (35,61,72). Sum of RGB (Red+Green+Blue) = 35+61+72=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #233D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D48 is #DCC2B7. Grayscale: #363636. Windows color (decimal): -14467768 or 4734243. OLE color: 4734243.

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

Color convert

RGB356172-
CMYK0.510.1500.72
HSL197.84º34.58%20.98%-
HSV(B)197.84º51.39%28.24%-
XYZ3.534.166.75-
YUV54.48137.89114.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=20.83%
G=36.31%
B=42.86%

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
Decimal3561720.510.1500.72197.8434.5820.98
Hex233D4833F048c62315
Octal4375110631701103064325
Binary10001111110110010001100111111010010001100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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