#214666

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

Shades of Arapawa #214666

Tints of Arapawa #214666

Color information

#214666 (or 0x214666) is unknown color: approx Arapawa. HEX triplet: 21, 46 and 66. RGB value is (33,70,102). Sum of RGB (Red+Green+Blue) = 33+70+102=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #214666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214666 is #DEB999. Grayscale: #3E3E3E. Windows color (decimal): -14596506 or 6702625. OLE color: 6702625.

HSL color Cylindrical-coordinate representation of color #214666: hue angle of 207.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214666 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3370102-
CMYK0.680.3100.6
HSL207.83º51.11%26.47%-
HSV(B)207.83º67.65%40%-
XYZ5.225.6613.39-
YUV62.58150.24106.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=16.10%
G=34.15%
B=49.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33701020.680.3100.6207.8351.1126.47
Hex214666441F03Cd0331a
Octal41106146104370743206332
Binary1000011000110110011010001001111101111001101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214666; }

 p { color: rgb(33,70,102); }

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

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

 a { background-color: rgb(33,70,102); }

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

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

 span { border-color: rgb(33,70,102); }

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