#214868

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

Shades of Arapawa #214868

Tints of Arapawa #214868

Color information

#214868 (or 0x214868) is unknown color: approx Arapawa. HEX triplet: 21, 48 and 68. RGB value is (33,72,104). Sum of RGB (Red+Green+Blue) = 33+72+104=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #214868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214868 is #DEB797. Grayscale: #3F3F3F. Windows color (decimal): -14595992 or 6834209. OLE color: 6834209.

HSL color Cylindrical-coordinate representation of color #214868: hue angle of 207.04º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214868 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3372104-
CMYK0.680.3100.59
HSL207.04º51.82%26.86%-
HSV(B)207.04º68.27%40.78%-
XYZ5.445.9613.96-
YUV63.99150.58105.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=15.79%
G=34.45%
B=49.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33721040.680.3100.59207.0451.8226.86
Hex214868441F03Bcf341b
Octal41110150104370733176433
Binary1000011001000110100010001001111101110111100111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214868; }

 p { color: rgb(33,72,104); }

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

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

 a { background-color: rgb(33,72,104); }

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

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

 span { border-color: rgb(33,72,104); }

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