#232160

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

Shades of Paua #232160

Tints of Paua #232160

Color information

#232160 (or 0x232160) is unknown color: approx Paua. HEX triplet: 23, 21 and 60. RGB value is (35,33,96). Sum of RGB (Red+Green+Blue) = 35+33+96=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #232160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232160 is #DCDE9F. Grayscale: #282828. Windows color (decimal): -14474912 or 6299939. OLE color: 6299939.

HSL color Cylindrical-coordinate representation of color #232160: hue angle of 241.9º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232160 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB353396-
CMYK0.640.6600.62
HSL241.9º48.84%25.29%-
HSV(B)241.9º65.62%37.65%-
XYZ3.352.2911.33-
YUV40.78159.16123.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=21.34%
G=20.12%
B=58.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3533960.640.6600.62241.948.8425.29
Hex232160404203Ef23119
Octal43411401001020763626131
Binary10001110000111000001000000100001001111101111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232160; }

 p { color: rgb(35,33,96); }

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

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

 a { background-color: rgb(35,33,96); }

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

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

 span { border-color: rgb(35,33,96); }

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