#214F60

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

Shades of Arapawa #214F60

Tints of Arapawa #214F60

Color information

#214F60 (or 0x214F60) is unknown color: approx Arapawa. HEX triplet: 21, 4F and 60. RGB value is (33,79,96). Sum of RGB (Red+Green+Blue) = 33+79+96=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #214F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F60 is #DEB09F. Grayscale: #434343. Windows color (decimal): -14594208 or 6311713. OLE color: 6311713.

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

Color convert

RGB337996-
CMYK0.660.1800.62
HSL196.19º48.84%25.29%-
HSV(B)196.19º65.62%37.65%-
XYZ5.536.7612.08-
YUV67.18144.26103.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=15.87%
G=37.98%
B=46.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3379960.660.1800.62196.1948.8425.29
Hex214F60421203Ec43119
Octal41117140102220763046131
Binary1000011001111110000010000101001001111101100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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