#214F65

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

Shades of Arapawa #214F65

Tints of Arapawa #214F65

Color information

#214F65 (or 0x214F65) is unknown color: approx Arapawa. HEX triplet: 21, 4F and 65. RGB value is (33,79,101). Sum of RGB (Red+Green+Blue) = 33+79+101=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #214F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F65 is #DEB09A. Grayscale: #434343. Windows color (decimal): -14594203 or 6639393. OLE color: 6639393.

HSL color Cylindrical-coordinate representation of color #214F65: hue angle of 199.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214F65 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3379101-
CMYK0.670.2200.60
HSL199.41º50.75%26.27%-
HSV(B)199.41º67.33%39.61%-
XYZ5.776.8513.33-
YUV67.75146.76103.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=15.49%
G=37.09%
B=47.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33791010.670.2200.60199.4150.7526.27
Hex214F65431603Cc7331a
Octal41117145103260743076332
Binary1000011001111110010110000111011001111001100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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