#214E60

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

Shades of Arapawa #214E60

Tints of Arapawa #214E60

Color information

#214E60 (or 0x214E60) is unknown color: approx Arapawa. HEX triplet: 21, 4E and 60. RGB value is (33,78,96). Sum of RGB (Red+Green+Blue) = 33+78+96=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #214E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E60 is #DEB19F. Grayscale: #424242. Windows color (decimal): -14594464 or 6311457. OLE color: 6311457.

HSL color Cylindrical-coordinate representation of color #214E60: hue angle of 197.14º 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 #214E60 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB337896-
CMYK0.660.1900.62
HSL197.14º48.84%25.29%-
HSV(B)197.14º65.62%37.65%-
XYZ5.466.6212.06-
YUV66.6144.59104.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=15.94%
G=37.68%
B=46.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3378960.660.1900.62197.1448.8425.29
Hex214E60421303Ec53119
Octal41116140102230763056131
Binary1000011001110110000010000101001101111101100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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