#244482

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

Shades of Fun Blue #244482

Tints of Fun Blue #244482

Color information

#244482 (or 0x244482) is unknown color: approx Fun Blue. HEX triplet: 24, 44 and 82. RGB value is (36,68,130). Sum of RGB (Red+Green+Blue) = 36+68+130=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #244482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244482 is #DBBB7D. Grayscale: #414141. Windows color (decimal): -14400382 or 8537124. OLE color: 8537124.

HSL color Cylindrical-coordinate representation of color #244482: hue angle of 219.57º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #244482 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3668130-
CMYK0.720.4800.49
HSL219.57º56.63%32.55%-
HSV(B)219.57º72.31%50.98%-
XYZ6.826.1221.94-
YUV65.5164.4106.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=15.38%
G=29.06%
B=55.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36681300.720.4800.49219.5756.6332.55
Hex2444824830031dc3921
Octal44104202110600613347141
Binary1001001000100100000101001000110000011000111011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244482; }

 p { color: rgb(36,68,130); }

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

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

 a { background-color: rgb(36,68,130); }

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

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

 span { border-color: rgb(36,68,130); }

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