#232161

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

Shades of Paua #232161

Tints of Paua #232161

Color information

#232161 (or 0x232161) is unknown color: approx Paua. HEX triplet: 23, 21 and 61. RGB value is (35,33,97). Sum of RGB (Red+Green+Blue) = 35+33+97=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #232161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232161 is #DCDE9E. Grayscale: #282828. Windows color (decimal): -14474911 or 6365475. OLE color: 6365475.

HSL color Cylindrical-coordinate representation of color #232161: hue angle of 241.88º 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 #232161 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB353397-
CMYK0.640.6600.62
HSL241.88º49.23%25.49%-
HSV(B)241.88º65.98%38.04%-
XYZ3.392.3111.58-
YUV40.89159.66123.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=21.21%
G=20%
B=58.79%

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
Decimal3533970.640.6600.62241.8849.2325.49
Hex232161404203Ef23119
Octal43411411001020763626131
Binary10001110000111000011000000100001001111101111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232161; }

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

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

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

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

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

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

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

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