#232454

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

Shades of Paua #232454

Tints of Paua #232454

Color information

#232454 (or 0x232454) is unknown color: approx Paua. HEX triplet: 23, 24 and 54. RGB value is (35,36,84). Sum of RGB (Red+Green+Blue) = 35+36+84=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #232454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232454 is #DCDBAB. Grayscale: #282828. Windows color (decimal): -14474156 or 5514275. OLE color: 5514275.

HSL color Cylindrical-coordinate representation of color #232454: hue angle of 238.78º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232454 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB353684-
CMYK0.580.5700.67
HSL238.78º41.18%23.33%-
HSV(B)238.78º58.33%32.94%-
XYZ2.922.268.67-
YUV41.17152.17123.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=22.58%
G=23.23%
B=54.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3536840.580.5700.67238.7841.1823.33
Hex2324543A39043ef2917
Octal4344124727101033575127
Binary1000111001001010100111010111001010000111110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232454; }

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

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

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

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

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

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

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

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