#214869

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

Shades of Arapawa #214869

Tints of Arapawa #214869

Color information

#214869 (or 0x214869) is unknown color: approx Arapawa. HEX triplet: 21, 48 and 69. RGB value is (33,72,105). Sum of RGB (Red+Green+Blue) = 33+72+105=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #214869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214869 is #DEB796. Grayscale: #3F3F3F. Windows color (decimal): -14595991 or 6899745. OLE color: 6899745.

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

Color convert

RGB3372105-
CMYK0.690.3100.59
HSL207.5º52.17%27.06%-
HSV(B)207.5º68.57%41.18%-
XYZ5.495.9814.23-
YUV64.1151.08105.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 105 (41.41% from 255) = 50%
R=15.71%
G=34.29%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33721050.690.3100.59207.552.1727.06
Hex214869451F03Bd0341b
Octal41110151105370733206433
Binary1000011001000110100110001011111101110111101000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214869; }

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

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

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

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

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

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

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

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