#2750A8

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

Shades of Cerulean Blue #2750A8

Tints of Cerulean Blue #2750A8

Color information

#2750A8 (or 0x2750A8) is unknown color: approx Cerulean Blue. HEX triplet: 27, 50 and A8. RGB value is (39,80,168). Sum of RGB (Red+Green+Blue) = 39+80+168=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 168 (66.02% from 255 or 58.54% from 287); Max value from RGB is 168 - color contains mainly: blue. Hex color #2750A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2750A8 is #D8AF57. Grayscale: #4D4D4D. Windows color (decimal): -14200664 or 11030567. OLE color: 11030567.

HSL color Cylindrical-coordinate representation of color #2750A8: hue angle of 220.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2750A8 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3980168-
CMYK0.770.5200.34
HSL220.93º62.32%40.59%-
HSV(B)220.93º76.79%65.88%-
XYZ10.77938.21-
YUV77.77178.92100.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 168 (66.02% from 255) = 58.54%
R=13.59%
G=27.87%
B=58.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal39801680.770.5200.34220.9362.3240.59
Hex2750A84D34022dd3e29
Octal47120250115640423357651
Binary1001111010000101010001001101110100010001011011101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2750A8; }

 p { color: rgb(39,80,168); }

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

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

 a { background-color: rgb(39,80,168); }

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

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

 span { border-color: rgb(39,80,168); }

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