#211658

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

Shades of Paua #211658

Tints of Paua #211658

Color information

#211658 (or 0x211658) is unknown color: approx Paua. HEX triplet: 21, 16 and 58. RGB value is (33,22,88). Sum of RGB (Red+Green+Blue) = 33+22+88=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #211658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211658 is #DEE9A7. Grayscale: #202020. Windows color (decimal): -14608808 or 5772833. OLE color: 5772833.

HSL color Cylindrical-coordinate representation of color #211658: hue angle of 250º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211658 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332288-
CMYK0.620.7500.65
HSL250º60%21.57%-
HSV(B)250º75%34.51%-
XYZ2.681.69.4-
YUV32.81159.14128.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3322880.620.7500.652506021.57
Hex2116583E4B041fa3c16
Octal41261307611301013727426
Binary1000011011010110001111101001011010000011111101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211658; }

 p { color: rgb(33,22,88); }

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

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

 a { background-color: rgb(33,22,88); }

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

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

 span { border-color: rgb(33,22,88); }

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