#224F5F

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

Shades of Arapawa #224F5F

Tints of Arapawa #224F5F

Color information

#224F5F (or 0x224F5F) is unknown color: approx Arapawa. HEX triplet: 22, 4F and 5F. RGB value is (34,79,95). Sum of RGB (Red+Green+Blue) = 34+79+95=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #224F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F5F is #DDB0A0. Grayscale: #434343. Windows color (decimal): -14528673 or 6246178. OLE color: 6246178.

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

Color convert

RGB347995-
CMYK0.640.1700.63
HSL195.74º47.29%25.29%-
HSV(B)195.74º64.21%37.25%-
XYZ5.526.7611.84-
YUV67.37143.59104.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=16.35%
G=37.98%
B=45.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3479950.640.1700.63195.7447.2925.29
Hex224F5F401103Fc42f19
Octal42117137100210773045731
Binary1000101001111101111110000001000101111111100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,79,95); }

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

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

 a { background-color: rgb(34,79,95); }

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

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

 span { border-color: rgb(34,79,95); }

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