#231850

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

Shades of Paua #231850

Tints of Paua #231850

Color information

#231850 (or 0x231850) is unknown color: approx Paua. HEX triplet: 23, 18 and 50. RGB value is (35,24,80). Sum of RGB (Red+Green+Blue) = 35+24+80=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #231850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231850 is #DCE7AF. Grayscale: #212121. Windows color (decimal): -14477232 or 5249059. OLE color: 5249059.

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

Color convert

RGB352480-
CMYK0.560.7000.69
HSL251.79º53.85%20.39%-
HSV(B)251.79º70%31.37%-
XYZ2.471.597.77-
YUV33.67154.14128.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=25.18%
G=17.27%
B=57.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3524800.560.7000.69251.7953.8520.39
Hex2318503846045fc3614
Octal43301207010601053746624
Binary1000111100010100001110001000110010001011111110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231850; }

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

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

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

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

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

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

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

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