#224C6C

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

Shades of Arapawa #224C6C

Tints of Arapawa #224C6C

Color information

#224C6C (or 0x224C6C) is unknown color: approx Arapawa. HEX triplet: 22, 4C and 6C. RGB value is (34,76,108). Sum of RGB (Red+Green+Blue) = 34+76+108=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #224C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C6C is #DDB393. Grayscale: #424242. Windows color (decimal): -14529428 or 7097378. OLE color: 7097378.

HSL color Cylindrical-coordinate representation of color #224C6C: hue angle of 205.95º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224C6C is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3476108-
CMYK0.690.3000.58
HSL205.95º52.11%27.84%-
HSV(B)205.95º68.52%42.35%-
XYZ5.956.5915.15-
YUV67.09151.09104.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=15.60%
G=34.86%
B=49.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34761080.690.3000.58205.9552.1127.84
Hex224C6C451E03Ace341c
Octal42114154105360723166434
Binary1000101001100110110010001011111001110101100111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,76,108); }

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

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

 a { background-color: rgb(34,76,108); }

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

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

 span { border-color: rgb(34,76,108); }

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