#224A5B

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

Shades of Arapawa #224A5B

Tints of Arapawa #224A5B

Color information

#224A5B (or 0x224A5B) is unknown color: approx Arapawa. HEX triplet: 22, 4A and 5B. RGB value is (34,74,91). Sum of RGB (Red+Green+Blue) = 34+74+91=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #224A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A5B is #DDB5A4. Grayscale: #3F3F3F. Windows color (decimal): -14529957 or 5982754. OLE color: 5982754.

HSL color Cylindrical-coordinate representation of color #224A5B: hue angle of 197.89º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224A5B is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB347491-
CMYK0.630.1900.64
HSL197.89º45.6%24.51%-
HSV(B)197.89º62.64%35.69%-
XYZ55.9910.79-
YUV63.98143.25106.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=17.09%
G=37.19%
B=45.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3474910.630.1900.64197.8945.624.51
Hex224A5B3F13040c62e19
Octal42112133772301003065631
Binary1000101001010101101111111110011010000001100011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A5B; }

 p { color: rgb(34,74,91); }

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

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

 a { background-color: rgb(34,74,91); }

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

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

 span { border-color: rgb(34,74,91); }

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