#224C66

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

Shades of Arapawa #224C66

Tints of Arapawa #224C66

Color information

#224C66 (or 0x224C66) is unknown color: approx Arapawa. HEX triplet: 22, 4C and 66. RGB value is (34,76,102). Sum of RGB (Red+Green+Blue) = 34+76+102=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #224C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C66 is #DDB399. Grayscale: #424242. Windows color (decimal): -14529434 or 6704162. OLE color: 6704162.

HSL color Cylindrical-coordinate representation of color #224C66: hue angle of 202.94º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224C66 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3476102-
CMYK0.670.2500.6
HSL202.94º50%26.67%-
HSV(B)202.94º66.67%40%-
XYZ5.646.4713.52-
YUV66.41148.09104.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=16.04%
G=35.85%
B=48.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34761020.670.2500.6202.945026.67
Hex224C66431903Ccb321b
Octal42114146103310743136233
Binary1000101001100110011010000111100101111001100101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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