#214664

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

Shades of Arapawa #214664

Tints of Arapawa #214664

Color information

#214664 (or 0x214664) is unknown color: approx Arapawa. HEX triplet: 21, 46 and 64. RGB value is (33,70,100). Sum of RGB (Red+Green+Blue) = 33+70+100=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #214664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214664 is #DEB99B. Grayscale: #3E3E3E. Windows color (decimal): -14596508 or 6571553. OLE color: 6571553.

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

Color convert

RGB3370100-
CMYK0.670.3000.61
HSL206.87º50.38%26.08%-
HSV(B)206.87º67%39.22%-
XYZ5.125.6212.87-
YUV62.36149.24107.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=16.26%
G=34.48%
B=49.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33701000.670.3000.61206.8750.3826.08
Hex214664431E03Dcf321a
Octal41106144103360753176232
Binary1000011000110110010010000111111001111011100111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214664; }

 p { color: rgb(33,70,100); }

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

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

 a { background-color: rgb(33,70,100); }

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

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

 span { border-color: rgb(33,70,100); }

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