#232048

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

Shades of Paua #232048

Tints of Paua #232048

Color information

#232048 (or 0x232048) is unknown color: approx Paua. HEX triplet: 23, 20 and 48. RGB value is (35,32,72). Sum of RGB (Red+Green+Blue) = 35+32+72=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #232048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232048 is #DCDFB7. Grayscale: #252525. Windows color (decimal): -14475192 or 4726819. OLE color: 4726819.

HSL color Cylindrical-coordinate representation of color #232048: hue angle of 244.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232048 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB353272-
CMYK0.510.5600.72
HSL244.5º38.46%20.39%-
HSV(B)244.5º55.56%28.24%-
XYZ2.381.866.36-
YUV37.46147.49126.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=25.18%
G=23.02%
B=51.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3532720.510.5600.72244.538.4620.39
Hex2320483338048f42614
Octal4340110637001103644624
Binary1000111000001001000110011111000010010001111010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232048; }

 p { color: rgb(35,32,72); }

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

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

 a { background-color: rgb(35,32,72); }

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

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

 span { border-color: rgb(35,32,72); }

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