#214A60

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

Shades of Arapawa #214A60

Tints of Arapawa #214A60

Color information

#214A60 (or 0x214A60) is unknown color: approx Arapawa. HEX triplet: 21, 4A and 60. RGB value is (33,74,96). Sum of RGB (Red+Green+Blue) = 33+74+96=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #214A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A60 is #DEB59F. Grayscale: #404040. Windows color (decimal): -14595488 or 6310433. OLE color: 6310433.

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

Color convert

RGB337496-
CMYK0.660.2300.62
HSL200.95º48.84%25.29%-
HSV(B)200.95º65.62%37.65%-
XYZ5.196.0711.96-
YUV64.25145.92105.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=16.26%
G=36.45%
B=47.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3374960.660.2300.62200.9548.8425.29
Hex214A60421703Ec93119
Octal41112140102270763116131
Binary1000011001010110000010000101011101111101100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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