#214F63

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

Shades of Arapawa #214F63

Tints of Arapawa #214F63

Color information

#214F63 (or 0x214F63) is unknown color: approx Arapawa. HEX triplet: 21, 4F and 63. RGB value is (33,79,99). Sum of RGB (Red+Green+Blue) = 33+79+99=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #214F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F63 is #DEB09C. Grayscale: #434343. Windows color (decimal): -14594205 or 6508321. OLE color: 6508321.

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

Color convert

RGB337999-
CMYK0.670.2000.61
HSL198.18º50%25.88%-
HSV(B)198.18º66.67%38.82%-
XYZ5.686.8212.82-
YUV67.53145.76103.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=15.64%
G=37.44%
B=46.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3379990.670.2000.61198.185025.88
Hex214F63431403Dc6321a
Octal41117143103240753066232
Binary1000011001111110001110000111010001111011100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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