#214D60

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

Shades of Arapawa #214D60

Tints of Arapawa #214D60

Color information

#214D60 (or 0x214D60) is unknown color: approx Arapawa. HEX triplet: 21, 4D and 60. RGB value is (33,77,96). Sum of RGB (Red+Green+Blue) = 33+77+96=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #214D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D60 is #DEB29F. Grayscale: #414141. Windows color (decimal): -14594720 or 6311201. OLE color: 6311201.

HSL color Cylindrical-coordinate representation of color #214D60: hue angle of 198.1º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214D60 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB337796-
CMYK0.660.2000.62
HSL198.1º48.84%25.29%-
HSV(B)198.1º65.62%37.65%-
XYZ5.396.4812.03-
YUV66.01144.92104.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=16.02%
G=37.38%
B=46.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3377960.660.2000.62198.148.8425.29
Hex214D60421403Ec63119
Octal41115140102240763066131
Binary1000011001101110000010000101010001111101100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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