#224C65

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

Shades of Arapawa #224C65

Tints of Arapawa #224C65

Color information

#224C65 (or 0x224C65) is unknown color: approx Arapawa. HEX triplet: 22, 4C and 65. RGB value is (34,76,101). Sum of RGB (Red+Green+Blue) = 34+76+101=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #224C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C65 is #DDB39A. Grayscale: #424242. Windows color (decimal): -14529435 or 6638626. OLE color: 6638626.

HSL color Cylindrical-coordinate representation of color #224C65: hue angle of 202.39º 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 #224C65 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3476101-
CMYK0.660.2500.60
HSL202.39º49.63%26.47%-
HSV(B)202.39º66.34%39.61%-
XYZ5.596.4513.26-
YUV66.29147.59104.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=16.11%
G=36.02%
B=47.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34761010.660.2500.60202.3949.6326.47
Hex224C65421903Cca321a
Octal42114145102310743126232
Binary1000101001100110010110000101100101111001100101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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