#232457

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

Shades of Paua #232457

Tints of Paua #232457

Color information

#232457 (or 0x232457) is unknown color: approx Paua. HEX triplet: 23, 24 and 57. RGB value is (35,36,87). Sum of RGB (Red+Green+Blue) = 35+36+87=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #232457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232457 is #DCDBA8. Grayscale: #292929. Windows color (decimal): -14474153 or 5710883. OLE color: 5710883.

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

Color convert

RGB353687-
CMYK0.600.5900.66
HSL238.85º42.62%23.92%-
HSV(B)238.85º59.77%34.12%-
XYZ3.042.319.3-
YUV41.52153.67123.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=22.15%
G=22.78%
B=55.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3536870.600.5900.66238.8542.6223.92
Hex2324573C3B042ef2b18
Octal4344127747301023575330
Binary1000111001001010111111100111011010000101110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232457; }

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

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

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

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

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

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

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

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