#224B69

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

Shades of Arapawa #224B69

Tints of Arapawa #224B69

Color information

#224B69 (or 0x224B69) is unknown color: approx Arapawa. HEX triplet: 22, 4B and 69. RGB value is (34,75,105). Sum of RGB (Red+Green+Blue) = 34+75+105=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #224B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B69 is #DDB496. Grayscale: #424242. Windows color (decimal): -14529687 or 6900514. OLE color: 6900514.

HSL color Cylindrical-coordinate representation of color #224B69: hue angle of 205.35º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224B69 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3475105-
CMYK0.680.2900.59
HSL205.35º51.08%27.25%-
HSV(B)205.35º67.62%41.18%-
XYZ5.736.3914.3-
YUV66.16149.92105.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=15.89%
G=35.05%
B=49.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34751050.680.2900.59205.3551.0827.25
Hex224B69441D03Bcd331b
Octal42113151104350733156333
Binary1000101001011110100110001001110101110111100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,105); }

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

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

 a { background-color: rgb(34,75,105); }

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

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

 span { border-color: rgb(34,75,105); }

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