#23135B

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

Shades of Paua #23135B

Tints of Paua #23135B

Color information

#23135B (or 0x23135B) is unknown color: approx Paua. HEX triplet: 23, 13 and 5B. RGB value is (35,19,91). Sum of RGB (Red+Green+Blue) = 35+19+91=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #23135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135B is #DCECA4. Grayscale: #1F1F1F. Windows color (decimal): -14478501 or 5968675. OLE color: 5968675.

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

Color convert

RGB351991-
CMYK0.620.7900.64
HSL253.33º65.45%21.57%-
HSV(B)253.33º79.12%35.69%-
XYZ2.811.5810.05-
YUV31.99161.3130.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=24.14%
G=13.10%
B=62.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3519910.620.7900.64253.3365.4521.57
Hex23135B3E4F040fd4116
Octal432313376117010037510126
Binary10001110011101101111111010011110100000011111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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