#214968

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

Shades of Arapawa #214968

Tints of Arapawa #214968

Color information

#214968 (or 0x214968) is unknown color: approx Arapawa. HEX triplet: 21, 49 and 68. RGB value is (33,73,104). Sum of RGB (Red+Green+Blue) = 33+73+104=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #214968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214968 is #DEB697. Grayscale: #404040. Windows color (decimal): -14595736 or 6834465. OLE color: 6834465.

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

Color convert

RGB3373104-
CMYK0.680.3000.59
HSL206.2º51.82%26.86%-
HSV(B)206.2º68.27%40.78%-
XYZ5.516.0913.98-
YUV64.57150.25105.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=15.71%
G=34.76%
B=49.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33731040.680.3000.59206.251.8226.86
Hex214968441E03Bce341b
Octal41111150104360733166433
Binary1000011001001110100010001001111001110111100111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214968; }

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

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

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

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

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

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

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

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