#231F50

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

Shades of Paua #231F50

Tints of Paua #231F50

Color information

#231F50 (or 0x231F50) is unknown color: approx Paua. HEX triplet: 23, 1F and 50. RGB value is (35,31,80). Sum of RGB (Red+Green+Blue) = 35+31+80=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #231F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F50 is #DCE0AF. Grayscale: #252525. Windows color (decimal): -14475440 or 5250851. OLE color: 5250851.

HSL color Cylindrical-coordinate representation of color #231F50: hue angle of 244.9º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #231F50 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB353180-
CMYK0.560.6100.69
HSL244.9º44.14%21.76%-
HSV(B)244.9º61.25%31.37%-
XYZ2.631.927.82-
YUV37.78151.83126.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=23.97%
G=21.23%
B=54.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3531800.560.6100.69244.944.1421.76
Hex231F50383D045f52c16
Octal4337120707501053655426
Binary100011111111010000111000111101010001011111010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231F50; }

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

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

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

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

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

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

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

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