#244D65

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

Shades of Arapawa #244D65

Tints of Arapawa #244D65

Color information

#244D65 (or 0x244D65) is unknown color: approx Arapawa. HEX triplet: 24, 4D and 65. RGB value is (36,77,101). Sum of RGB (Red+Green+Blue) = 36+77+101=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #244D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D65 is #DBB29A. Grayscale: #434343. Windows color (decimal): -14398107 or 6638884. OLE color: 6638884.

HSL color Cylindrical-coordinate representation of color #244D65: hue angle of 202.15º 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 #244D65 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3677101-
CMYK0.640.2400.60
HSL202.15º47.45%26.86%-
HSV(B)202.15º64.36%39.61%-
XYZ5.736.6213.29-
YUV67.48146.92105.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=16.82%
G=35.98%
B=47.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36771010.640.2400.60202.1547.4526.86
Hex244D65401803Cca2f1b
Octal44115145100300743125733
Binary1001001001101110010110000001100001111001100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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