#23245A

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

Shades of Paua #23245A

Tints of Paua #23245A

Color information

#23245A (or 0x23245A) is unknown color: approx Paua. HEX triplet: 23, 24 and 5A. RGB value is (35,36,90). Sum of RGB (Red+Green+Blue) = 35+36+90=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #23245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23245A is #DCDBA5. Grayscale: #292929. Windows color (decimal): -14474150 or 5907491. OLE color: 5907491.

HSL color Cylindrical-coordinate representation of color #23245A: hue angle of 238.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23245A is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB353690-
CMYK0.610.6000.65
HSL238.91º44%24.51%-
HSV(B)238.91º61.11%35.29%-
XYZ3.172.369.96-
YUV41.86155.17123.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=21.74%
G=22.36%
B=55.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3536900.610.6000.65238.914424.51
Hex23245A3D3C041ef2c19
Octal4344132757401013575431
Binary1000111001001011010111101111100010000011110111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,36,90); }

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

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

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

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

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

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

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