#214665

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

Shades of Arapawa #214665

Tints of Arapawa #214665

Color information

#214665 (or 0x214665) is unknown color: approx Arapawa. HEX triplet: 21, 46 and 65. RGB value is (33,70,101). Sum of RGB (Red+Green+Blue) = 33+70+101=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #214665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214665 is #DEB99A. Grayscale: #3E3E3E. Windows color (decimal): -14596507 or 6637089. OLE color: 6637089.

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

Color convert

RGB3370101-
CMYK0.670.3100.60
HSL207.35º50.75%26.27%-
HSV(B)207.35º67.33%39.61%-
XYZ5.175.6413.13-
YUV62.47149.74106.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=16.18%
G=34.31%
B=49.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33701010.670.3100.60207.3550.7526.27
Hex214665431F03Ccf331a
Octal41106145103370743176332
Binary1000011000110110010110000111111101111001100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214665; }

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

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

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

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

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

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

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

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