#244A66

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

Shades of Arapawa #244A66

Tints of Arapawa #244A66

Color information

#244A66 (or 0x244A66) is unknown color: approx Arapawa. HEX triplet: 24, 4A and 66. RGB value is (36,74,102). Sum of RGB (Red+Green+Blue) = 36+74+102=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #244A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A66 is #DBB599. Grayscale: #414141. Windows color (decimal): -14398874 or 6703652. OLE color: 6703652.

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

Color convert

RGB3674102-
CMYK0.650.2700.6
HSL205.45º47.83%27.06%-
HSV(B)205.45º64.71%40%-
XYZ5.576.2313.48-
YUV65.83148.41106.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=16.98%
G=34.91%
B=48.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36741020.650.2700.6205.4547.8327.06
Hex244A66411B03Ccd301b
Octal44112146101330743156033
Binary1001001001010110011010000011101101111001100110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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