#3046BE

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

Shades of Cerulean Blue #3046BE

Tints of Cerulean Blue #3046BE

Color information

#3046BE (or 0x3046BE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 46 and BE. RGB value is (48,70,190). Sum of RGB (Red+Green+Blue) = 48+70+190=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3046BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046BE is #CFB941. Grayscale: #4C4C4C. Windows color (decimal): -13613378 or 12469808. OLE color: 12469808.

HSL color Cylindrical-coordinate representation of color #3046BE: hue angle of 230.7º 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 #3046BE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4870190-
CMYK0.750.6300.25
HSL230.7º59.66%46.67%-
HSV(B)230.7º74.74%74.51%-
XYZ12.78.7349.73-
YUV77.1191.71107.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=15.58%
G=22.73%
B=61.69%

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
Decimal48701900.750.6300.25230.759.6646.67
Hex3046BE4B3F019e73c2f
Octal60106276113770313477457
Binary110000100011010111110100101111111101100111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3046BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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