#2746BF

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

Shades of Cerulean Blue #2746BF

Tints of Cerulean Blue #2746BF

Color information

#2746BF (or 0x2746BF) is unknown color: approx Cerulean Blue. HEX triplet: 27, 46 and BF. RGB value is (39,70,191). Sum of RGB (Red+Green+Blue) = 39+70+191=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #2746BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2746BF is #D8B940. Grayscale: #4A4A4A. Windows color (decimal): -14203201 or 12535335. OLE color: 12535335.

HSL color Cylindrical-coordinate representation of color #2746BF: hue angle of 227.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2746BF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3970191-
CMYK0.800.6300.25
HSL227.76º66.09%45.1%-
HSV(B)227.76º79.58%74.9%-
XYZ12.438.5750.29-
YUV74.53193.73102.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=13%
G=23.33%
B=63.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39701910.800.6300.25227.7666.0945.1
Hex2746BF503F019e4422d
Octal471062771207703134410255
Binary1001111000110101111111010000111111011001111001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2746BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2746BF; }

 p { color: rgb(39,70,191); }

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

<style>
 a { background-color: #2746BF; }

 a { background-color: rgb(39,70,191); }

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

<style>
 span { border-color: #2746BF; }

 span { border-color: rgb(39,70,191); }

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