#21486A

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

Shades of Arapawa #21486A

Tints of Arapawa #21486A

Color information

#21486A (or 0x21486A) is unknown color: approx Arapawa. HEX triplet: 21, 48 and 6A. RGB value is (33,72,106). Sum of RGB (Red+Green+Blue) = 33+72+106=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #21486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21486A is #DEB795. Grayscale: #404040. Windows color (decimal): -14595990 or 6965281. OLE color: 6965281.

HSL color Cylindrical-coordinate representation of color #21486A: hue angle of 207.95º 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 #21486A is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3372106-
CMYK0.690.3200.58
HSL207.95º52.52%27.25%-
HSV(B)207.95º68.87%41.57%-
XYZ5.55614.5-
YUV64.21151.58105.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=15.64%
G=34.12%
B=50.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33721060.690.3200.58207.9552.5227.25
Hex21486A452003Ad0351b
Octal41110152105400723206533
Binary10000110010001101010100010110000001110101101000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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