#232252

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

Shades of Paua #232252

Tints of Paua #232252

Color information

#232252 (or 0x232252) is unknown color: approx Paua. HEX triplet: 23, 22 and 52. RGB value is (35,34,82). Sum of RGB (Red+Green+Blue) = 35+34+82=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #232252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232252 is #DCDDAD. Grayscale: #272727. Windows color (decimal): -14474670 or 5382691. OLE color: 5382691.

HSL color Cylindrical-coordinate representation of color #232252: hue angle of 241.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232252 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB353482-
CMYK0.570.5900.68
HSL241.25º41.38%22.75%-
HSV(B)241.25º58.54%32.16%-
XYZ2.792.118.24-
YUV39.77151.83124.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=23.18%
G=22.52%
B=54.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3534820.570.5900.68241.2541.3822.75
Hex232252393B044f12917
Octal4342122717301043615127
Binary1000111000101010010111001111011010001001111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232252; }

 p { color: rgb(35,34,82); }

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

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

 a { background-color: rgb(35,34,82); }

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

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

 span { border-color: rgb(35,34,82); }

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