#224A6B

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

Shades of Arapawa #224A6B

Tints of Arapawa #224A6B

Color information

#224A6B (or 0x224A6B) is unknown color: approx Arapawa. HEX triplet: 22, 4A and 6B. RGB value is (34,74,107). Sum of RGB (Red+Green+Blue) = 34+74+107=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #224A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A6B is #DDB594. Grayscale: #414141. Windows color (decimal): -14529941 or 7031330. OLE color: 7031330.

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

Color convert

RGB3474107-
CMYK0.680.3100.58
HSL207.12º51.77%27.65%-
HSV(B)207.12º68.22%41.96%-
XYZ5.766.314.82-
YUV65.8151.25105.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=15.81%
G=34.42%
B=49.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34741070.680.3100.58207.1251.7727.65
Hex224A6B441F03Acf341c
Octal42112153104370723176434
Binary1000101001010110101110001001111101110101100111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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