#214D6B

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

Shades of Arapawa #214D6B

Tints of Arapawa #214D6B

Color information

#214D6B (or 0x214D6B) is unknown color: approx Arapawa. HEX triplet: 21, 4D and 6B. RGB value is (33,77,107). Sum of RGB (Red+Green+Blue) = 33+77+107=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #214D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D6B is #DEB294. Grayscale: #434343. Windows color (decimal): -14594709 or 7032097. OLE color: 7032097.

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

Color convert

RGB3377107-
CMYK0.690.2800.58
HSL204.32º52.86%27.45%-
HSV(B)204.32º69.16%41.96%-
XYZ5.936.6914.89-
YUV67.26150.42103.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=15.21%
G=35.48%
B=49.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33771070.690.2800.58204.3252.8627.45
Hex214D6B451C03Acc351b
Octal41115153105340723146533
Binary1000011001101110101110001011110001110101100110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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