#224768

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

Shades of Arapawa #224768

Tints of Arapawa #224768

Color information

#224768 (or 0x224768) is unknown color: approx Arapawa. HEX triplet: 22, 47 and 68. RGB value is (34,71,104). Sum of RGB (Red+Green+Blue) = 34+71+104=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #224768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224768 is #DDB897. Grayscale: #3F3F3F. Windows color (decimal): -14530712 or 6833954. OLE color: 6833954.

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

Color convert

RGB3471104-
CMYK0.670.3200.59
HSL208.29º50.72%27.06%-
HSV(B)208.29º67.31%40.78%-
XYZ5.415.8513.94-
YUV63.7150.74106.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=16.27%
G=33.97%
B=49.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34711040.670.3200.59208.2950.7227.06
Hex224768432003Bd0331b
Octal42107150103400733206333
Binary10001010001111101000100001110000001110111101000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224768; }

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

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

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

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

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

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

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

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