#2744D9

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

Shades of Cerulean Blue #2744D9

Tints of Cerulean Blue #2744D9

Color information

#2744D9 (or 0x2744D9) is unknown color: approx Cerulean Blue. HEX triplet: 27, 44 and D9. RGB value is (39,68,217). Sum of RGB (Red+Green+Blue) = 39+68+217=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #2744D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2744D9 is #D8BB26. Grayscale: #4B4B4B. Windows color (decimal): -14203687 or 14238759. OLE color: 14238759.

HSL color Cylindrical-coordinate representation of color #2744D9: hue angle of 230.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2744D9 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3968217-
CMYK0.820.6900.15
HSL230.22º70.08%50.2%-
HSV(B)230.22º82.03%85.1%-
XYZ15.439.5866.68-
YUV76.32207.39101.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.04%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 217 (85.16% from 255) = 66.98%
R=12.04%
G=20.99%
B=66.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal39682170.820.6900.15230.2270.0850.2
Hex2744D952450Fe64632
Octal4710433112210501734610662
Binary1001111000100110110011010010100010101111111001101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2744D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2744D9; }

 p { color: rgb(39,68,217); }

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

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

 a { background-color: rgb(39,68,217); }

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

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

 span { border-color: rgb(39,68,217); }

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