#23165A

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

Shades of Paua #23165A

Tints of Paua #23165A

Color information

#23165A (or 0x23165A) is unknown color: approx Paua. HEX triplet: 23, 16 and 5A. RGB value is (35,22,90). Sum of RGB (Red+Green+Blue) = 35+22+90=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #23165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23165A is #DCE9A5. Grayscale: #212121. Windows color (decimal): -14477734 or 5903907. OLE color: 5903907.

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

Color convert

RGB352290-
CMYK0.610.7600.65
HSL251.47º60.71%21.96%-
HSV(B)251.47º75.56%35.29%-
XYZ2.831.679.85-
YUV33.64159.81128.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=23.81%
G=14.97%
B=61.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3522900.610.7600.65251.4760.7121.96
Hex23165A3D4C041fb3d16
Octal43261327511401013737526
Binary1000111011010110101111011001100010000011111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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