#214A66

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

Shades of Arapawa #214A66

Tints of Arapawa #214A66

Color information

#214A66 (or 0x214A66) is unknown color: approx Arapawa. HEX triplet: 21, 4A and 66. RGB value is (33,74,102). Sum of RGB (Red+Green+Blue) = 33+74+102=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #214A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A66 is #DEB599. Grayscale: #404040. Windows color (decimal): -14595482 or 6703649. OLE color: 6703649.

HSL color Cylindrical-coordinate representation of color #214A66: hue angle of 204.35º 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 #214A66 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3374102-
CMYK0.680.2700.6
HSL204.35º51.11%26.47%-
HSV(B)204.35º67.65%40%-
XYZ5.476.1813.47-
YUV64.93148.92105.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=15.79%
G=35.41%
B=48.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33741020.680.2700.6204.3551.1126.47
Hex214A66441B03Ccc331a
Octal41112146104330743146332
Binary1000011001010110011010001001101101111001100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A66; }

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

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

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

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

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

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

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

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