#244968

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

Shades of Arapawa #244968

Tints of Arapawa #244968

Color information

#244968 (or 0x244968) is unknown color: approx Arapawa. HEX triplet: 24, 49 and 68. RGB value is (36,73,104). Sum of RGB (Red+Green+Blue) = 36+73+104=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #244968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244968 is #DBB697. Grayscale: #414141. Windows color (decimal): -14399128 or 6834468. OLE color: 6834468.

HSL color Cylindrical-coordinate representation of color #244968: hue angle of 207.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244968 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3673104-
CMYK0.650.3000.59
HSL207.35º48.57%27.45%-
HSV(B)207.35º65.38%40.78%-
XYZ5.616.1413.99-
YUV65.47149.74106.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=16.90%
G=34.27%
B=48.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36731040.650.3000.59207.3548.5727.45
Hex244968411E03Bcf311b
Octal44111150101360733176133
Binary1001001001001110100010000011111001110111100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244968; }

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

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

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

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

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

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

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

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