#244F65

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

Shades of Arapawa #244F65

Tints of Arapawa #244F65

Color information

#244F65 (or 0x244F65) is unknown color: approx Arapawa. HEX triplet: 24, 4F and 65. RGB value is (36,79,101). Sum of RGB (Red+Green+Blue) = 36+79+101=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #244F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F65 is #DBB09A. Grayscale: #444444. Windows color (decimal): -14397595 or 6639396. OLE color: 6639396.

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

Color convert

RGB3679101-
CMYK0.640.2200.60
HSL200.31º47.45%26.86%-
HSV(B)200.31º64.36%39.61%-
XYZ5.876.9113.34-
YUV68.65146.25104.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=16.67%
G=36.57%
B=46.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36791010.640.2200.60200.3147.4526.86
Hex244F65401603Cc82f1b
Octal44117145100260743105733
Binary1001001001111110010110000001011001111001100100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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