#214963

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

Shades of Arapawa #214963

Tints of Arapawa #214963

Color information

#214963 (or 0x214963) is unknown color: approx Arapawa. HEX triplet: 21, 49 and 63. RGB value is (33,73,99). Sum of RGB (Red+Green+Blue) = 33+73+99=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #214963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214963 is #DEB69C. Grayscale: #3F3F3F. Windows color (decimal): -14595741 or 6506785. OLE color: 6506785.

HSL color Cylindrical-coordinate representation of color #214963: hue angle of 203.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214963 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB337399-
CMYK0.670.2600.61
HSL203.64º50%25.88%-
HSV(B)203.64º66.67%38.82%-
XYZ5.265.9912.68-
YUV64147.75105.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=16.10%
G=35.61%
B=48.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3373990.670.2600.61203.645025.88
Hex214963431A03Dcc321a
Octal41111143103320753146232
Binary1000011001001110001110000111101001111011100110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214963; }

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

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

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

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

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

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

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

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