#244FA5

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

Shades of Cerulean Blue #244FA5

Tints of Cerulean Blue #244FA5

Color information

#244FA5 (or 0x244FA5) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4F and A5. RGB value is (36,79,165). Sum of RGB (Red+Green+Blue) = 36+79+165=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #244FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244FA5 is #DBB05A. Grayscale: #4B4B4B. Windows color (decimal): -14397531 or 10833700. OLE color: 10833700.

HSL color Cylindrical-coordinate representation of color #244FA5: hue angle of 220º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244FA5 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3679165-
CMYK0.780.5200.35
HSL220º64.18%39.41%-
HSV(B)220º78.18%64.71%-
XYZ10.328.6836.73-
YUV75.95178.2599.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 165 (64.84% from 255) = 58.93%
R=12.86%
G=28.21%
B=58.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal36791650.780.5200.3522064.1839.41
Hex244FA54E34023dc4027
Octal441172451166404333410047
Binary10010010011111010010110011101101000100011110111001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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