#23245B

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

Shades of Paua #23245B

Tints of Paua #23245B

Color information

#23245B (or 0x23245B) is unknown color: approx Paua. HEX triplet: 23, 24 and 5B. RGB value is (35,36,91). Sum of RGB (Red+Green+Blue) = 35+36+91=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #23245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23245B is #DCDBA4. Grayscale: #292929. Windows color (decimal): -14474149 or 5973027. OLE color: 5973027.

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

Color convert

RGB353691-
CMYK0.620.6000.64
HSL238.93º44.44%24.71%-
HSV(B)238.93º61.54%35.69%-
XYZ3.212.3710.19-
YUV41.97155.67123.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=21.60%
G=22.22%
B=56.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3536910.620.6000.64238.9344.4424.71
Hex23245B3E3C040ef2c19
Octal4344133767401003575431
Binary1000111001001011011111110111100010000001110111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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