#2750BB

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

Shades of Cerulean Blue #2750BB

Tints of Cerulean Blue #2750BB

Color information

#2750BB (or 0x2750BB) is unknown color: approx Cerulean Blue. HEX triplet: 27, 50 and BB. RGB value is (39,80,187). Sum of RGB (Red+Green+Blue) = 39+80+187=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2750BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750BB is #D8AF44. Grayscale: #4F4F4F. Windows color (decimal): -14200645 or 12275751. OLE color: 12275751.

HSL color Cylindrical-coordinate representation of color #2750BB: hue angle of 223.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2750BB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3980187-
CMYK0.790.5700.27
HSL223.38º65.49%44.31%-
HSV(B)223.38º79.14%73.33%-
XYZ12.689.7648.23-
YUV79.94188.4298.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=12.75%
G=26.14%
B=61.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39801870.790.5700.27223.3865.4944.31
Hex2750BB4F3901Bdf412c
Octal471202731177103333710154
Binary1001111010000101110111001111111001011011110111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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