#232057

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

Shades of Paua #232057

Tints of Paua #232057

Color information

#232057 (or 0x232057) is unknown color: approx Paua. HEX triplet: 23, 20 and 57. RGB value is (35,32,87). Sum of RGB (Red+Green+Blue) = 35+32+87=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #232057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232057 is #DCDFA8. Grayscale: #262626. Windows color (decimal): -14475177 or 5709859. OLE color: 5709859.

HSL color Cylindrical-coordinate representation of color #232057: hue angle of 243.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #232057 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB353287-
CMYK0.600.6300.66
HSL243.27º46.22%23.33%-
HSV(B)243.27º63.22%34.12%-
XYZ2.932.089.26-
YUV39.17154.99125.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=22.73%
G=20.78%
B=56.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3532870.600.6300.66243.2746.2223.33
Hex2320573C3F042f32e17
Octal4340127747701023635627
Binary1000111000001010111111100111111010000101111001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232057; }

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

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

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

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

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

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

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

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