#23384A

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

Shades of Tarawera #23384A

Tints of Tarawera #23384A

Color information

#23384A (or 0x23384A) is unknown color: approx Tarawera. HEX triplet: 23, 38 and 4A. RGB value is (35,56,74). Sum of RGB (Red+Green+Blue) = 35+56+74=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #23384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23384A is #DCC7B5. Grayscale: #333333. Windows color (decimal): -14469046 or 4864035. OLE color: 4864035.

HSL color Cylindrical-coordinate representation of color #23384A: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23384A is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB355674-
CMYK0.530.2400.71
HSL207.69º35.78%21.37%-
HSV(B)207.69º52.7%29.02%-
XYZ3.343.687.01-
YUV51.77140.54116.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=21.21%
G=33.94%
B=44.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3556740.530.2400.71207.6935.7821.37
Hex23384A3518047d02415
Octal4370112653001073204425
Binary100011111000100101011010111000010001111101000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23384A; }

 p { color: rgb(35,56,74); }

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

<style>
 a { background-color: #23384A; }

 a { background-color: rgb(35,56,74); }

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

<style>
 span { border-color: #23384A; }

 span { border-color: rgb(35,56,74); }

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