#224868

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

Shades of Arapawa #224868

Tints of Arapawa #224868

Color information

#224868 (or 0x224868) is unknown color: approx Arapawa. HEX triplet: 22, 48 and 68. RGB value is (34,72,104). Sum of RGB (Red+Green+Blue) = 34+72+104=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 72 (28.52% from 255 or 34.29% 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 #224868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224868 is #DDB797. Grayscale: #404040. Windows color (decimal): -14530456 or 6834210. OLE color: 6834210.

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

Color convert

RGB3472104-
CMYK0.670.3100.59
HSL207.43º50.72%27.06%-
HSV(B)207.43º67.31%40.78%-
XYZ5.485.9713.96-
YUV64.29150.41106.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=16.19%
G=34.29%
B=49.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34721040.670.3100.59207.4350.7227.06
Hex224868431F03Bcf331b
Octal42110150103370733176333
Binary1000101001000110100010000111111101110111100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224868; }

 p { color: rgb(34,72,104); }

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

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

 a { background-color: rgb(34,72,104); }

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

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

 span { border-color: rgb(34,72,104); }

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