#214D6C

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

Shades of Arapawa #214D6C

Tints of Arapawa #214D6C

Color information

#214D6C (or 0x214D6C) is unknown color: approx Arapawa. HEX triplet: 21, 4D and 6C. RGB value is (33,77,108). Sum of RGB (Red+Green+Blue) = 33+77+108=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #214D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D6C is #DEB293. Grayscale: #434343. Windows color (decimal): -14594708 or 7097633. OLE color: 7097633.

HSL color Cylindrical-coordinate representation of color #214D6C: hue angle of 204.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214D6C is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3377108-
CMYK0.690.2900.58
HSL204.8º53.19%27.65%-
HSV(B)204.8º69.44%42.35%-
XYZ5.996.7115.17-
YUV67.38150.92103.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=15.14%
G=35.32%
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
Decimal33771080.690.2900.58204.853.1927.65
Hex214D6C451D03Acd351c
Octal41115154105350723156534
Binary1000011001101110110010001011110101110101100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,77,108); }

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

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

 a { background-color: rgb(33,77,108); }

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

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

 span { border-color: rgb(33,77,108); }

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