#244B68

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

Shades of Arapawa #244B68

Tints of Arapawa #244B68

Color information

#244B68 (or 0x244B68) is unknown color: approx Arapawa. HEX triplet: 24, 4B and 68. RGB value is (36,75,104). Sum of RGB (Red+Green+Blue) = 36+75+104=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #244B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B68 is #DBB497. Grayscale: #424242. Windows color (decimal): -14398616 or 6834980. OLE color: 6834980.

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

Color convert

RGB3675104-
CMYK0.650.2800.59
HSL205.59º48.57%27.45%-
HSV(B)205.59º65.38%40.78%-
XYZ5.746.4114.03-
YUV66.64149.08106.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.74%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=16.74%
G=34.88%
B=48.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36751040.650.2800.59205.5948.5727.45
Hex244B68411C03Bce311b
Octal44113150101340733166133
Binary1001001001011110100010000011110001110111100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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