#224965

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

Shades of Arapawa #224965

Tints of Arapawa #224965

Color information

#224965 (or 0x224965) is unknown color: approx Arapawa. HEX triplet: 22, 49 and 65. RGB value is (34,73,101). Sum of RGB (Red+Green+Blue) = 34+73+101=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #224965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224965 is #DDB69A. Grayscale: #404040. Windows color (decimal): -14530203 or 6637858. OLE color: 6637858.

HSL color Cylindrical-coordinate representation of color #224965: hue angle of 205.07º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224965 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3473101-
CMYK0.660.2800.60
HSL205.07º49.63%26.47%-
HSV(B)205.07º66.34%39.61%-
XYZ5.396.0413.19-
YUV64.53148.58106.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=16.35%
G=35.10%
B=48.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34731010.660.2800.60205.0749.6326.47
Hex224965421C03Ccd321a
Octal42111145102340743156232
Binary1000101001001110010110000101110001111001100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224965; }

 p { color: rgb(34,73,101); }

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

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

 a { background-color: rgb(34,73,101); }

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

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

 span { border-color: rgb(34,73,101); }

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