#214C6B

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

Shades of Arapawa #214C6B

Tints of Arapawa #214C6B

Color information

#214C6B (or 0x214C6B) is unknown color: approx Arapawa. HEX triplet: 21, 4C and 6B. RGB value is (33,76,107). Sum of RGB (Red+Green+Blue) = 33+76+107=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #214C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C6B is #DEB394. Grayscale: #424242. Windows color (decimal): -14594965 or 7031841. OLE color: 7031841.

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

Color convert

RGB3376107-
CMYK0.690.2900.58
HSL205.14º52.86%27.45%-
HSV(B)205.14º69.16%41.96%-
XYZ5.876.5514.87-
YUV66.68150.75103.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=15.28%
G=35.19%
B=49.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33761070.690.2900.58205.1452.8627.45
Hex214C6B451D03Acd351b
Octal41114153105350723156533
Binary1000011001100110101110001011110101110101100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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