#21476A

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

Shades of Arapawa #21476A

Tints of Arapawa #21476A

Color information

#21476A (or 0x21476A) is unknown color: approx Arapawa. HEX triplet: 21, 47 and 6A. RGB value is (33,71,106). Sum of RGB (Red+Green+Blue) = 33+71+106=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #21476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476A is #DEB895. Grayscale: #3F3F3F. Windows color (decimal): -14596246 or 6965025. OLE color: 6965025.

HSL color Cylindrical-coordinate representation of color #21476A: hue angle of 208.77º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21476A is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3371106-
CMYK0.690.3300.58
HSL208.77º52.52%27.25%-
HSV(B)208.77º68.87%41.57%-
XYZ5.485.8714.48-
YUV63.63151.91106.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=15.71%
G=33.81%
B=50.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33711060.690.3300.58208.7752.5227.25
Hex21476A452103Ad1351b
Octal41107152105410723216533
Binary10000110001111101010100010110000101110101101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21476A; }

 p { color: rgb(33,71,106); }

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

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

 a { background-color: rgb(33,71,106); }

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

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

 span { border-color: rgb(33,71,106); }

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