#23194B

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

Shades of Paua #23194B

Tints of Paua #23194B

Color information

#23194B (or 0x23194B) is unknown color: approx Paua. HEX triplet: 23, 19 and 4B. RGB value is (35,25,75). Sum of RGB (Red+Green+Blue) = 35+25+75=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #23194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23194B is #DCE6B4. Grayscale: #212121. Windows color (decimal): -14476981 or 4921635. OLE color: 4921635.

HSL color Cylindrical-coordinate representation of color #23194B: hue angle of 252º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23194B is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB352575-
CMYK0.530.6700.71
HSL252º50%19.61%-
HSV(B)252º66.67%29.41%-
XYZ2.311.566.84-
YUV33.69151.31128.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=25.93%
G=18.52%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3525750.530.6700.712525019.61
Hex23194B3543047fc3214
Octal43311136510301073746224
Binary1000111100110010111101011000011010001111111110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23194B; }

 p { color: rgb(35,25,75); }

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

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

 a { background-color: rgb(35,25,75); }

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

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

 span { border-color: rgb(35,25,75); }

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