#2756AB

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

Shades of Cerulean Blue #2756AB

Tints of Cerulean Blue #2756AB

Color information

#2756AB (or 0x2756AB) is unknown color: approx Cerulean Blue. HEX triplet: 27, 56 and AB. RGB value is (39,86,171). Sum of RGB (Red+Green+Blue) = 39+86+171=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #2756AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2756AB is #D8A954. Grayscale: #515151. Windows color (decimal): -14199125 or 11228711. OLE color: 11228711.

HSL color Cylindrical-coordinate representation of color #2756AB: hue angle of 218.64º 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 #2756AB is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3986171-
CMYK0.770.5000.33
HSL218.64º62.86%41.18%-
HSV(B)218.64º77.19%67.06%-
XYZ11.5210.0339.86-
YUV81.64178.4397.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=13.18%
G=29.05%
B=57.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39861710.770.5000.33218.6462.8641.18
Hex2756AB4D32021db3f29
Octal47126253115620413337751
Binary1001111010110101010111001101110010010000111011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2756AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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