#244969

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

Shades of Arapawa #244969

Tints of Arapawa #244969

Color information

#244969 (or 0x244969) is unknown color: approx Arapawa. HEX triplet: 24, 49 and 69. RGB value is (36,73,105). Sum of RGB (Red+Green+Blue) = 36+73+105=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 73 (28.91% from 255 or 34.11% 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 #244969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244969 is #DBB696. Grayscale: #414141. Windows color (decimal): -14399127 or 6900004. OLE color: 6900004.

HSL color Cylindrical-coordinate representation of color #244969: hue angle of 207.83º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #244969 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3673105-
CMYK0.660.3000.59
HSL207.83º48.94%27.65%-
HSV(B)207.83º65.71%41.18%-
XYZ5.666.1614.26-
YUV65.58150.24106.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=16.82%
G=34.11%
B=49.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36731050.660.3000.59207.8348.9427.65
Hex244969421E03Bd0311c
Octal44111151102360733206134
Binary1001001001001110100110000101111001110111101000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244969; }

 p { color: rgb(36,73,105); }

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

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

 a { background-color: rgb(36,73,105); }

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

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

 span { border-color: rgb(36,73,105); }

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