#232358

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

Shades of Paua #232358

Tints of Paua #232358

Color information

#232358 (or 0x232358) is unknown color: approx Paua. HEX triplet: 23, 23 and 58. RGB value is (35,35,88). Sum of RGB (Red+Green+Blue) = 35+35+88=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #232358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232358 is #DCDCA7. Grayscale: #282828. Windows color (decimal): -14474408 or 5776163. OLE color: 5776163.

HSL color Cylindrical-coordinate representation of color #232358: hue angle of 240º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232358 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB353588-
CMYK0.600.6000.65
HSL240º43.09%24.12%-
HSV(B)240º60.23%34.51%-
XYZ3.062.269.51-
YUV41.04154.5123.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=22.15%
G=22.15%
B=55.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3535880.600.6000.6524043.0924.12
Hex2323583C3C041f02b18
Octal4343130747401013605330
Binary1000111000111011000111100111100010000011111000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232358; }

 p { color: rgb(35,35,88); }

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

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

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

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

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

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

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