#2546BF

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

Shades of Cerulean Blue #2546BF

Tints of Cerulean Blue #2546BF

Color information

#2546BF (or 0x2546BF) is unknown color: approx Cerulean Blue. HEX triplet: 25, 46 and BF. RGB value is (37,70,191). Sum of RGB (Red+Green+Blue) = 37+70+191=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #2546BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546BF is #DAB940. Grayscale: #494949. Windows color (decimal): -14334273 or 12535333. OLE color: 12535333.

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

Color convert

RGB3770191-
CMYK0.810.6300.25
HSL227.14º67.54%44.71%-
HSV(B)227.14º80.63%74.9%-
XYZ12.368.5450.29-
YUV73.93194.07101.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 191 (75% from 255) = 64.09%
R=12.42%
G=23.49%
B=64.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37701910.810.6300.25227.1467.5444.71
Hex2546BF513F019e3442d
Octal451062771217703134310455
Binary1001011000110101111111010001111111011001111000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2546BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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