#23214D

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

Shades of Paua #23214D

Tints of Paua #23214D

Color information

#23214D (or 0x23214D) is unknown color: approx Paua. HEX triplet: 23, 21 and 4D. RGB value is (35,33,77). Sum of RGB (Red+Green+Blue) = 35+33+77=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #23214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23214D is #DCDEB2. Grayscale: #262626. Windows color (decimal): -14474931 or 5054755. OLE color: 5054755.

HSL color Cylindrical-coordinate representation of color #23214D: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23214D is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB353377-
CMYK0.550.5700.70
HSL242.73º40%21.57%-
HSV(B)242.73º57.14%30.2%-
XYZ2.581.987.27-
YUV38.61149.66125.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=24.14%
G=22.76%
B=53.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3533770.550.5700.70242.734021.57
Hex23214D3739046f32816
Octal4341115677101063635026
Binary1000111000011001101110111111001010001101111001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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