#151344

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

Shades of Paua #151344

Tints of Paua #151344

Color information

#151344 (or 0x151344) is unknown color: approx Paua. HEX triplet: 15, 13 and 44. RGB value is (21,19,68). Sum of RGB (Red+Green+Blue) = 21+19+68=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #151344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151344 is #EAECBB. Grayscale: #181818. Windows color (decimal): -15396028 or 4461333. OLE color: 4461333.

HSL color Cylindrical-coordinate representation of color #151344: hue angle of 242.45º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #151344 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB211968-
CMYK0.690.7200.73
HSL242.45º56.32%17.06%-
HSV(B)242.45º72.06%26.67%-
XYZ1.591.045.59-
YUV25.18152.16125.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=19.44%
G=17.59%
B=62.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2119680.690.7200.73242.4556.3217.06
Hex1513444548049f23811
Octal252310410511001113627021
Binary1010110011100010010001011001000010010011111001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151344; }

 p { color: rgb(21,19,68); }

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

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

 a { background-color: rgb(21,19,68); }

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

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

 span { border-color: rgb(21,19,68); }

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