#214768

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

Shades of Arapawa #214768

Tints of Arapawa #214768

Color information

#214768 (or 0x214768) is unknown color: approx Arapawa. HEX triplet: 21, 47 and 68. RGB value is (33,71,104). Sum of RGB (Red+Green+Blue) = 33+71+104=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #214768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214768 is #DEB897. Grayscale: #3F3F3F. Windows color (decimal): -14596248 or 6833953. OLE color: 6833953.

HSL color Cylindrical-coordinate representation of color #214768: hue angle of 207.89º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214768 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3371104-
CMYK0.680.3200.59
HSL207.89º51.82%26.86%-
HSV(B)207.89º68.27%40.78%-
XYZ5.385.8313.94-
YUV63.4150.91106.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 104 (41.02% from 255) = 50%
R=15.87%
G=34.13%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33711040.680.3200.59207.8951.8226.86
Hex214768442003Bd0341b
Octal41107150104400733206433
Binary10000110001111101000100010010000001110111101000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214768; }

 p { color: rgb(33,71,104); }

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

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

 a { background-color: rgb(33,71,104); }

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

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

 span { border-color: rgb(33,71,104); }

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