#214B60

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

Shades of Arapawa #214B60

Tints of Arapawa #214B60

Color information

#214B60 (or 0x214B60) is unknown color: approx Arapawa. HEX triplet: 21, 4B and 60. RGB value is (33,75,96). Sum of RGB (Red+Green+Blue) = 33+75+96=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #214B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B60 is #DEB49F. Grayscale: #404040. Windows color (decimal): -14595232 or 6310689. OLE color: 6310689.

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

Color convert

RGB337596-
CMYK0.660.2200.62
HSL200º48.84%25.29%-
HSV(B)200º65.62%37.65%-
XYZ5.256.211.99-
YUV64.84145.59105.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=16.18%
G=36.76%
B=47.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3375960.660.2200.6220048.8425.29
Hex214B60421603Ec83119
Octal41113140102260763106131
Binary1000011001011110000010000101011001111101100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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