#224A5C

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

Shades of Arapawa #224A5C

Tints of Arapawa #224A5C

Color information

#224A5C (or 0x224A5C) is unknown color: approx Arapawa. HEX triplet: 22, 4A and 5C. RGB value is (34,74,92). Sum of RGB (Red+Green+Blue) = 34+74+92=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #224A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A5C is #DDB5A3. Grayscale: #3F3F3F. Windows color (decimal): -14529956 or 6048290. OLE color: 6048290.

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

Color convert

RGB347492-
CMYK0.630.2000.64
HSL198.62º46.03%24.71%-
HSV(B)198.62º63.04%36.08%-
XYZ5.046.0111.02-
YUV64.09143.75106.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 92 (36.33% from 255) = 46%
R=17%
G=37%
B=46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3474920.630.2000.64198.6246.0324.71
Hex224A5C3F14040c72e19
Octal42112134772401003075631
Binary1000101001010101110011111110100010000001100011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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