#214763

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

Shades of Arapawa #214763

Tints of Arapawa #214763

Color information

#214763 (or 0x214763) is unknown color: approx Arapawa. HEX triplet: 21, 47 and 63. RGB value is (33,71,99). Sum of RGB (Red+Green+Blue) = 33+71+99=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #214763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214763 is #DEB89C. Grayscale: #3E3E3E. Windows color (decimal): -14596253 or 6506273. OLE color: 6506273.

HSL color Cylindrical-coordinate representation of color #214763: hue angle of 205.45º 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 #214763 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB337199-
CMYK0.670.2800.61
HSL205.45º50%25.88%-
HSV(B)205.45º66.67%38.82%-
XYZ5.135.7312.64-
YUV62.83148.41106.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=16.26%
G=34.98%
B=48.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3371990.670.2800.61205.455025.88
Hex214763431C03Dcd321a
Octal41107143103340753156232
Binary1000011000111110001110000111110001111011100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214763; }

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

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

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

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

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

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

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

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