#23224D

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

Shades of Paua #23224D

Tints of Paua #23224D

Color information

#23224D (or 0x23224D) is unknown color: approx Paua. HEX triplet: 23, 22 and 4D. RGB value is (35,34,77). Sum of RGB (Red+Green+Blue) = 35+34+77=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #23224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23224D is #DCDDB2. Grayscale: #272727. Windows color (decimal): -14474675 or 5055011. OLE color: 5055011.

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

Color convert

RGB353477-
CMYK0.550.5600.70
HSL241.4º38.74%21.76%-
HSV(B)241.4º55.84%30.2%-
XYZ2.62.047.28-
YUV39.2149.33125-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=23.97%
G=23.29%
B=52.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3534770.550.5600.70241.438.7421.76
Hex23224D3738046f12716
Octal4342115677001063614726
Binary1000111000101001101110111111000010001101111000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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