#232460

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

Shades of Paua #232460

Tints of Paua #232460

Color information

#232460 (or 0x232460) is unknown color: approx Paua. HEX triplet: 23, 24 and 60. RGB value is (35,36,96). Sum of RGB (Red+Green+Blue) = 35+36+96=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #232460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232460 is #DCDB9F. Grayscale: #2A2A2A. Windows color (decimal): -14474144 or 6300707. OLE color: 6300707.

HSL color Cylindrical-coordinate representation of color #232460: hue angle of 239.02º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232460 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB353696-
CMYK0.640.6200.62
HSL239.02º46.56%25.69%-
HSV(B)239.02º63.54%37.65%-
XYZ3.442.4611.36-
YUV42.54158.17122.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=20.96%
G=21.56%
B=57.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3536960.640.6200.62239.0246.5625.69
Hex232460403E03Eef2f1a
Octal4344140100760763575732
Binary1000111001001100000100000011111001111101110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232460; }

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

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

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

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

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

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

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

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