#231750

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

Shades of Paua #231750

Tints of Paua #231750

Color information

#231750 (or 0x231750) is unknown color: approx Paua. HEX triplet: 23, 17 and 50. RGB value is (35,23,80). Sum of RGB (Red+Green+Blue) = 35+23+80=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #231750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231750 is #DCE8AF. Grayscale: #202020. Windows color (decimal): -14477488 or 5248803. OLE color: 5248803.

HSL color Cylindrical-coordinate representation of color #231750: hue angle of 252.63º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231750 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB352380-
CMYK0.560.7100.69
HSL252.63º55.34%20.2%-
HSV(B)252.63º71.25%31.37%-
XYZ2.451.557.76-
YUV33.09154.48129.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=25.36%
G=16.67%
B=57.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3523800.560.7100.69252.6355.3420.2
Hex2317503847045fd3714
Octal43271207010701053756724
Binary1000111011110100001110001000111010001011111110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231750; }

 p { color: rgb(35,23,80); }

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

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

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

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

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

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

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