#244F66

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

Shades of Arapawa #244F66

Tints of Arapawa #244F66

Color information

#244F66 (or 0x244F66) is unknown color: approx Arapawa. HEX triplet: 24, 4F and 66. RGB value is (36,79,102). Sum of RGB (Red+Green+Blue) = 36+79+102=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #244F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F66 is #DBB099. Grayscale: #444444. Windows color (decimal): -14397594 or 6704932. OLE color: 6704932.

HSL color Cylindrical-coordinate representation of color #244F66: hue angle of 200.91º 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 #244F66 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3679102-
CMYK0.650.2300.6
HSL200.91º47.83%27.06%-
HSV(B)200.91º64.71%40%-
XYZ5.926.9313.6-
YUV68.76146.75104.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=16.59%
G=36.41%
B=47.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36791020.650.2300.6200.9147.8327.06
Hex244F66411703Cc9301b
Octal44117146101270743116033
Binary1001001001111110011010000011011101111001100100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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