#23105A

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

Shades of Paua #23105A

Tints of Paua #23105A

Color information

#23105A (or 0x23105A) is unknown color: approx Paua. HEX triplet: 23, 10 and 5A. RGB value is (35,16,90). Sum of RGB (Red+Green+Blue) = 35+16+90=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #23105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23105A is #DCEFA5. Grayscale: #1D1D1D. Windows color (decimal): -14479270 or 5902371. OLE color: 5902371.

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

Color convert

RGB351690-
CMYK0.610.8200.65
HSL255.41º69.81%20.78%-
HSV(B)255.41º82.22%35.29%-
XYZ2.721.479.81-
YUV30.12161.79131.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=24.82%
G=11.35%
B=63.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3516900.610.8200.65255.4169.8120.78
Hex23105A3D52041ff4615
Octal432013275122010137710625
Binary10001110000101101011110110100100100000111111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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