#23105B

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

Shades of Paua #23105B

Tints of Paua #23105B

Color information

#23105B (or 0x23105B) is unknown color: approx Paua. HEX triplet: 23, 10 and 5B. RGB value is (35,16,91). Sum of RGB (Red+Green+Blue) = 35+16+91=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #23105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23105B is #DCEFA4. Grayscale: #1D1D1D. Windows color (decimal): -14479269 or 5967907. OLE color: 5967907.

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

Color convert

RGB351691-
CMYK0.620.8200.64
HSL255.2º70.09%20.98%-
HSV(B)255.2º82.42%35.69%-
XYZ2.771.4810.04-
YUV30.23162.29131.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=24.65%
G=11.27%
B=64.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3516910.620.8200.64255.270.0920.98
Hex23105B3E52040ff4615
Octal432013376122010037710625
Binary10001110000101101111111010100100100000011111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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