#214A6B

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

Shades of Arapawa #214A6B

Tints of Arapawa #214A6B

Color information

#214A6B (or 0x214A6B) is unknown color: approx Arapawa. HEX triplet: 21, 4A and 6B. RGB value is (33,74,107). Sum of RGB (Red+Green+Blue) = 33+74+107=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #214A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A6B is #DEB594. Grayscale: #414141. Windows color (decimal): -14595477 or 7031329. OLE color: 7031329.

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

Color convert

RGB3374107-
CMYK0.690.3100.58
HSL206.76º52.86%27.45%-
HSV(B)206.76º69.16%41.96%-
XYZ5.736.2814.82-
YUV65.5151.42104.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 107 (42.19% from 255) = 50%
R=15.42%
G=34.58%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33741070.690.3100.58206.7652.8627.45
Hex214A6B451F03Acf351b
Octal41112153105370723176533
Binary1000011001010110101110001011111101110101100111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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