#244966

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

Shades of Arapawa #244966

Tints of Arapawa #244966

Color information

#244966 (or 0x244966) is unknown color: approx Arapawa. HEX triplet: 24, 49 and 66. RGB value is (36,73,102). Sum of RGB (Red+Green+Blue) = 36+73+102=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #244966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244966 is #DBB699. Grayscale: #414141. Windows color (decimal): -14399130 or 6703396. OLE color: 6703396.

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

Color convert

RGB3673102-
CMYK0.650.2800.6
HSL206.36º47.83%27.06%-
HSV(B)206.36º64.71%40%-
XYZ5.516.113.46-
YUV65.24148.74107.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=17.06%
G=34.60%
B=48.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36731020.650.2800.6206.3647.8327.06
Hex244966411C03Cce301b
Octal44111146101340743166033
Binary1001001001001110011010000011110001111001100111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244966; }

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

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

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

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

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

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

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

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