#23184D

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

Shades of Paua #23184D

Tints of Paua #23184D

Color information

#23184D (or 0x23184D) is unknown color: approx Paua. HEX triplet: 23, 18 and 4D. RGB value is (35,24,77). Sum of RGB (Red+Green+Blue) = 35+24+77=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #23184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23184D is #DCE7B2. Grayscale: #212121. Windows color (decimal): -14477235 or 5052451. OLE color: 5052451.

HSL color Cylindrical-coordinate representation of color #23184D: hue angle of 252.45º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23184D is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB352477-
CMYK0.550.6900.70
HSL252.45º52.48%19.8%-
HSV(B)252.45º68.83%30.2%-
XYZ2.361.557.2-
YUV33.33152.64129.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=25.74%
G=17.65%
B=56.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3524770.550.6900.70252.4552.4819.8
Hex23184D3745046fc3414
Octal43301156710501063746424
Binary1000111100010011011101111000101010001101111110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23184D; }

 p { color: rgb(35,24,77); }

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

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

 a { background-color: rgb(35,24,77); }

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

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

 span { border-color: rgb(35,24,77); }

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