#232058

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

Shades of Paua #232058

Tints of Paua #232058

Color information

#232058 (or 0x232058) is unknown color: approx Paua. HEX triplet: 23, 20 and 58. RGB value is (35,32,88). Sum of RGB (Red+Green+Blue) = 35+32+88=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #232058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232058 is #DCDFA7. Grayscale: #272727. Windows color (decimal): -14475176 or 5775395. OLE color: 5775395.

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

Color convert

RGB353288-
CMYK0.600.6400.65
HSL243.21º46.67%23.53%-
HSV(B)243.21º63.64%34.51%-
XYZ2.972.099.48-
YUV39.28155.49124.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=22.58%
G=20.65%
B=56.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3532880.600.6400.65243.2146.6723.53
Hex2320583C40041f32f18
Octal43401307410001013635730
Binary10001110000010110001111001000000010000011111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232058; }

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

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

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

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

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

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

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

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