#244C69

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

Shades of Arapawa #244C69

Tints of Arapawa #244C69

Color information

#244C69 (or 0x244C69) is unknown color: approx Arapawa. HEX triplet: 24, 4C and 69. RGB value is (36,76,105). Sum of RGB (Red+Green+Blue) = 36+76+105=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #244C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C69 is #DBB396. Grayscale: #434343. Windows color (decimal): -14398359 or 6900772. OLE color: 6900772.

HSL color Cylindrical-coordinate representation of color #244C69: hue angle of 205.22º 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 #244C69 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3676105-
CMYK0.660.2800.59
HSL205.22º48.94%27.65%-
HSV(B)205.22º65.71%41.18%-
XYZ5.866.5614.32-
YUV67.35149.25105.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=16.59%
G=35.02%
B=48.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36761050.660.2800.59205.2248.9427.65
Hex244C69421C03Bcd311c
Octal44114151102340733156134
Binary1001001001100110100110000101110001110111100110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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