#214F69

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

Shades of Arapawa #214F69

Tints of Arapawa #214F69

Color information

#214F69 (or 0x214F69) is unknown color: approx Arapawa. HEX triplet: 21, 4F and 69. RGB value is (33,79,105). Sum of RGB (Red+Green+Blue) = 33+79+105=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #214F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F69 is #DEB096. Grayscale: #444444. Windows color (decimal): -14594199 or 6901537. OLE color: 6901537.

HSL color Cylindrical-coordinate representation of color #214F69: hue angle of 201.67º 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 #214F69 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3379105-
CMYK0.690.2500.59
HSL201.67º52.17%27.06%-
HSV(B)201.67º68.57%41.18%-
XYZ5.976.9414.39-
YUV68.21148.76102.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=15.21%
G=36.41%
B=48.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33791050.690.2500.59201.6752.1727.06
Hex214F69451903Bca341b
Octal41117151105310733126433
Binary1000011001111110100110001011100101110111100101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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