#2749AB

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

Shades of Cerulean Blue #2749AB

Tints of Cerulean Blue #2749AB

Color information

#2749AB (or 0x2749AB) is unknown color: approx Cerulean Blue. HEX triplet: 27, 49 and AB. RGB value is (39,73,171). Sum of RGB (Red+Green+Blue) = 39+73+171=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2749AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2749AB is #D8B654. Grayscale: #494949. Windows color (decimal): -14202453 or 11225383. OLE color: 11225383.

HSL color Cylindrical-coordinate representation of color #2749AB: hue angle of 224.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2749AB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3973171-
CMYK0.770.5700.33
HSL224.55º62.86%41.18%-
HSV(B)224.55º77.19%67.06%-
XYZ10.578.1439.54-
YUV74.01182.74103.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=13.78%
G=25.80%
B=60.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39731710.770.5700.33224.5562.8641.18
Hex2749AB4D39021e13f29
Octal47111253115710413417751
Binary1001111001001101010111001101111001010000111100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2749AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2749AB; }

 p { color: rgb(39,73,171); }

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

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

 a { background-color: rgb(39,73,171); }

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

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

 span { border-color: rgb(39,73,171); }

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