#214960

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

Shades of Arapawa #214960

Tints of Arapawa #214960

Color information

#214960 (or 0x214960) is unknown color: approx Arapawa. HEX triplet: 21, 49 and 60. RGB value is (33,73,96). Sum of RGB (Red+Green+Blue) = 33+73+96=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #214960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214960 is #DEB69F. Grayscale: #3F3F3F. Windows color (decimal): -14595744 or 6310177. OLE color: 6310177.

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

Color convert

RGB337396-
CMYK0.660.2400.62
HSL201.9º48.84%25.29%-
HSV(B)201.9º65.62%37.65%-
XYZ5.125.9311.94-
YUV63.66146.25106.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=16.34%
G=36.14%
B=47.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3373960.660.2400.62201.948.8425.29
Hex214960421803Eca3119
Octal41111140102300763126131
Binary1000011001001110000010000101100001111101100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214960; }

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

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

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

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

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

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

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

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