#232153

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

Shades of Paua #232153

Tints of Paua #232153

Color information

#232153 (or 0x232153) is unknown color: approx Paua. HEX triplet: 23, 21 and 53. RGB value is (35,33,83). Sum of RGB (Red+Green+Blue) = 35+33+83=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #232153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232153 is #DCDEAC. Grayscale: #272727. Windows color (decimal): -14474925 or 5447971. OLE color: 5447971.

HSL color Cylindrical-coordinate representation of color #232153: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232153 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB353383-
CMYK0.580.6000.67
HSL242.4º43.1%22.75%-
HSV(B)242.4º60.24%32.55%-
XYZ2.82.078.44-
YUV39.3152.66124.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=23.18%
G=21.85%
B=54.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3533830.580.6000.67242.443.122.75
Hex2321533A3C043f22b17
Octal4341123727401033625327
Binary1000111000011010011111010111100010000111111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232153; }

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

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

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

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

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

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

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

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