#2745BF

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

Shades of Cerulean Blue #2745BF

Tints of Cerulean Blue #2745BF

Color information

#2745BF (or 0x2745BF) is unknown color: approx Cerulean Blue. HEX triplet: 27, 45 and BF. RGB value is (39,69,191). Sum of RGB (Red+Green+Blue) = 39+69+191=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #2745BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2745BF is #D8BA40. Grayscale: #494949. Windows color (decimal): -14203457 or 12535079. OLE color: 12535079.

HSL color Cylindrical-coordinate representation of color #2745BF: hue angle of 228.16º 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 #2745BF is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3969191-
CMYK0.800.6400.25
HSL228.16º66.09%45.1%-
HSV(B)228.16º79.58%74.9%-
XYZ12.378.4550.27-
YUV73.94194.06103.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 191 (75% from 255) = 63.88%
R=13.04%
G=23.08%
B=63.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39691910.800.6400.25228.1666.0945.1
Hex2745BF5040019e4422d
Octal4710527712010003134410255
Binary10011110001011011111110100001000000011001111001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2745BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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