#23214F

Color #23214F Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #23214F

Tints of Paua #23214F

Color information

#23214F (or 0x23214F) is unknown color: approx Paua. HEX triplet: 23, 21 and 4F. RGB value is (35,33,79). Sum of RGB (Red+Green+Blue) = 35+33+79=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #23214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23214F is #DCDEB0. Grayscale: #262626. Windows color (decimal): -14474929 or 5185827. OLE color: 5185827.

HSL color Cylindrical-coordinate representation of color #23214F: hue angle of 242.61º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23214F is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB353379-
CMYK0.560.5800.69
HSL242.61º41.07%21.96%-
HSV(B)242.61º58.23%30.98%-
XYZ2.652.017.65-
YUV38.84150.66125.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=23.81%
G=22.45%
B=53.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3533790.560.5800.69242.6141.0721.96
Hex23214F383A045f32916
Octal4341117707201053635126
Binary1000111000011001111111000111010010001011111001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23214F; }

 p { color: rgb(35,33,79); }

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

<style>
 a { background-color: #23214F; }

 a { background-color: rgb(35,33,79); }

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

<style>
 span { border-color: #23214F; }

 span { border-color: rgb(35,33,79); }

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