#232455

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

Shades of Paua #232455

Tints of Paua #232455

Color information

#232455 (or 0x232455) is unknown color: approx Paua. HEX triplet: 23, 24 and 55. RGB value is (35,36,85). Sum of RGB (Red+Green+Blue) = 35+36+85=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #232455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232455 is #DCDBAA. Grayscale: #292929. Windows color (decimal): -14474155 or 5579811. OLE color: 5579811.

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

Color convert

RGB353685-
CMYK0.590.5800.67
HSL238.8º41.67%23.53%-
HSV(B)238.8º58.82%33.33%-
XYZ2.962.278.88-
YUV41.29152.67123.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=22.44%
G=23.08%
B=54.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3536850.590.5800.67238.841.6723.53
Hex2324553B3A043ef2a18
Octal4344125737201033575230
Binary1000111001001010101111011111010010000111110111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232455; }

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

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

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

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

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

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

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

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