#231355

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

Shades of Paua #231355

Tints of Paua #231355

Color information

#231355 (or 0x231355) is unknown color: approx Paua. HEX triplet: 23, 13 and 55. RGB value is (35,19,85). Sum of RGB (Red+Green+Blue) = 35+19+85=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #231355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231355 is #DCECAA. Grayscale: #1F1F1F. Windows color (decimal): -14478507 or 5575459. OLE color: 5575459.

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

Color convert

RGB351985-
CMYK0.590.7800.67
HSL254.55º63.46%20.39%-
HSV(B)254.55º77.65%33.33%-
XYZ2.571.488.74-
YUV31.31158.3130.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 85 (33.59% from 255) = 61.15%
R=25.18%
G=13.67%
B=61.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3519850.590.7800.67254.5563.4620.39
Hex2313553B4E043ff3f14
Octal43231257311601033777724
Binary1000111001110101011110111001110010000111111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231355; }

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

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

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

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

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

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

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

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