#244A65

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

Shades of Arapawa #244A65

Tints of Arapawa #244A65

Color information

#244A65 (or 0x244A65) is unknown color: approx Arapawa. HEX triplet: 24, 4A and 65. RGB value is (36,74,101). Sum of RGB (Red+Green+Blue) = 36+74+101=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 74 (29.30% from 255 or 35.07% 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 #244A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A65 is #DBB59A. Grayscale: #414141. Windows color (decimal): -14398875 or 6638116. OLE color: 6638116.

HSL color Cylindrical-coordinate representation of color #244A65: hue angle of 204.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244A65 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3674101-
CMYK0.640.2700.60
HSL204.92º47.45%26.86%-
HSV(B)204.92º64.36%39.61%-
XYZ5.536.2113.22-
YUV65.72147.91106.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=17.06%
G=35.07%
B=47.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36741010.640.2700.60204.9247.4526.86
Hex244A65401B03Ccd2f1b
Octal44112145100330743155733
Binary1001001001010110010110000001101101111001100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244A65; }

 p { color: rgb(36,74,101); }

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

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

 a { background-color: rgb(36,74,101); }

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

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

 span { border-color: rgb(36,74,101); }

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