#231257

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

Shades of Paua #231257

Tints of Paua #231257

Color information

#231257 (or 0x231257) is unknown color: approx Paua. HEX triplet: 23, 12 and 57. RGB value is (35,18,87). Sum of RGB (Red+Green+Blue) = 35+18+87=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #231257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231257 is #DCEDA8. Grayscale: #1E1E1E. Windows color (decimal): -14478761 or 5706275. OLE color: 5706275.

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

Color convert

RGB351887-
CMYK0.600.7900.66
HSL254.78º65.71%20.59%-
HSV(B)254.78º79.31%34.12%-
XYZ2.631.489.16-
YUV30.95159.63130.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=25%
G=12.86%
B=62.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3518870.600.7900.66254.7865.7120.59
Hex2312573C4F042ff4215
Octal432212774117010237710225
Binary10001110010101011111110010011110100001011111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231257; }

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

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

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

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

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

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

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

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