#23235E

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

Shades of Paua #23235E

Tints of Paua #23235E

Color information

#23235E (or 0x23235E) is unknown color: approx Paua. HEX triplet: 23, 23 and 5E. RGB value is (35,35,94). Sum of RGB (Red+Green+Blue) = 35+35+94=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #23235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23235E is #DCDCA1. Grayscale: #292929. Windows color (decimal): -14474402 or 6169379. OLE color: 6169379.

HSL color Cylindrical-coordinate representation of color #23235E: hue angle of 240º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23235E is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB353594-
CMYK0.630.6300.63
HSL240º45.74%25.29%-
HSV(B)240º62.77%36.86%-
XYZ3.312.3710.87-
YUV41.73157.5123.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=21.34%
G=21.34%
B=57.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3535940.630.6300.6324045.7425.29
Hex23235E3F3F03Ff02e19
Octal434313677770773605631
Binary100011100011101111011111111111101111111111000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23235E; }

 p { color: rgb(35,35,94); }

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

<style>
 a { background-color: #23235E; }

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

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

<style>
 span { border-color: #23235E; }

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

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