#2750BC

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

Shades of Cerulean Blue #2750BC

Tints of Cerulean Blue #2750BC

Color information

#2750BC (or 0x2750BC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 50 and BC. RGB value is (39,80,188). Sum of RGB (Red+Green+Blue) = 39+80+188=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2750BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750BC is #D8AF43. Grayscale: #4F4F4F. Windows color (decimal): -14200644 or 12341287. OLE color: 12341287.

HSL color Cylindrical-coordinate representation of color #2750BC: hue angle of 223.49º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2750BC is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3980188-
CMYK0.790.5700.26
HSL223.49º65.64%44.51%-
HSV(B)223.49º79.26%73.73%-
XYZ12.789.848.79-
YUV80.05188.9298.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=12.70%
G=26.06%
B=61.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39801880.790.5700.26223.4965.6444.51
Hex2750BC4F3901Adf422d
Octal471202741177103233710255
Binary1001111010000101111001001111111001011010110111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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