#3046BF

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

Shades of Cerulean Blue #3046BF

Tints of Cerulean Blue #3046BF

Color information

#3046BF (or 0x3046BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 46 and BF. RGB value is (48,70,191). Sum of RGB (Red+Green+Blue) = 48+70+191=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #3046BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046BF is #CFB940. Grayscale: #4C4C4C. Windows color (decimal): -13613377 or 12535344. OLE color: 12535344.

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

Color convert

RGB4870191-
CMYK0.750.6300.25
HSL230.77º59.83%46.86%-
HSV(B)230.77º74.87%74.9%-
XYZ12.818.7750.31-
YUV77.22192.21107.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 191 (75% from 255) = 61.81%
R=15.53%
G=22.65%
B=61.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48701910.750.6300.25230.7759.8346.86
Hex3046BF4B3F019e73c2f
Octal60106277113770313477457
Binary110000100011010111111100101111111101100111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3046BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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