#21175C

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

Shades of Paua #21175C

Tints of Paua #21175C

Color information

#21175C (or 0x21175C) is unknown color: approx Paua. HEX triplet: 21, 17 and 5C. RGB value is (33,23,92). Sum of RGB (Red+Green+Blue) = 33+23+92=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #21175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21175C is #DEE8A3. Grayscale: #212121. Windows color (decimal): -14608548 or 6035233. OLE color: 6035233.

HSL color Cylindrical-coordinate representation of color #21175C: hue angle of 248.7º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21175C is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB332392-
CMYK0.640.7500.64
HSL248.7º60%22.55%-
HSV(B)248.7º75%36.08%-
XYZ2.871.7110.3-
YUV33.86160.81127.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=22.30%
G=15.54%
B=62.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3323920.640.7500.64248.76022.55
Hex21175C404B040f93c17
Octal412713410011301003717427
Binary10000110111101110010000001001011010000001111100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21175C; }

 p { color: rgb(33,23,92); }

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

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

 a { background-color: rgb(33,23,92); }

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

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

 span { border-color: rgb(33,23,92); }

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