#244B65

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

Shades of Arapawa #244B65

Tints of Arapawa #244B65

Color information

#244B65 (or 0x244B65) is unknown color: approx Arapawa. HEX triplet: 24, 4B and 65. RGB value is (36,75,101). Sum of RGB (Red+Green+Blue) = 36+75+101=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #244B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B65 is #DBB49A. Grayscale: #424242. Windows color (decimal): -14398619 or 6638372. OLE color: 6638372.

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

Color convert

RGB3675101-
CMYK0.640.2600.60
HSL204º47.45%26.86%-
HSV(B)204º64.36%39.61%-
XYZ5.596.3513.24-
YUV66.3147.58106.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=16.98%
G=35.38%
B=47.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36751010.640.2600.6020447.4526.86
Hex244B65401A03Ccc2f1b
Octal44113145100320743145733
Binary1001001001011110010110000001101001111001100110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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