#21476C

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

Shades of Arapawa #21476C

Tints of Arapawa #21476C

Color information

#21476C (or 0x21476C) is unknown color: approx Arapawa. HEX triplet: 21, 47 and 6C. RGB value is (33,71,108). Sum of RGB (Red+Green+Blue) = 33+71+108=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #21476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476C is #DEB893. Grayscale: #3F3F3F. Windows color (decimal): -14596244 or 7096097. OLE color: 7096097.

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

Color convert

RGB3371108-
CMYK0.690.3400.58
HSL209.6º53.19%27.65%-
HSV(B)209.6º69.44%42.35%-
XYZ5.595.9115.03-
YUV63.86152.91105.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=15.57%
G=33.49%
B=50.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33711080.690.3400.58209.653.1927.65
Hex21476C452203Ad2351c
Octal41107154105420723226534
Binary10000110001111101100100010110001001110101101001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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