#2750B2

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

Shades of Cerulean Blue #2750B2

Tints of Cerulean Blue #2750B2

Color information

#2750B2 (or 0x2750B2) is unknown color: approx Cerulean Blue. HEX triplet: 27, 50 and B2. RGB value is (39,80,178). Sum of RGB (Red+Green+Blue) = 39+80+178=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #2750B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2750B2 is #D8AF4D. Grayscale: #4E4E4E. Windows color (decimal): -14200654 or 11685927. OLE color: 11685927.

HSL color Cylindrical-coordinate representation of color #2750B2: hue angle of 222.3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2750B2 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3980178-
CMYK0.780.5500.30
HSL222.3º64.06%42.55%-
HSV(B)222.3º78.09%69.8%-
XYZ11.749.3843.31-
YUV78.91183.9299.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 178 (69.92% from 255) = 59.93%
R=13.13%
G=26.94%
B=59.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39801780.780.5500.30222.364.0642.55
Hex2750B24E3701Ede402b
Octal471202621166703633610053
Binary1001111010000101100101001110110111011110110111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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