#3046BD

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

Shades of Cerulean Blue #3046BD

Tints of Cerulean Blue #3046BD

Color information

#3046BD (or 0x3046BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 46 and BD. RGB value is (48,70,189). Sum of RGB (Red+Green+Blue) = 48+70+189=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #3046BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046BD is #CFB942. Grayscale: #4C4C4C. Windows color (decimal): -13613379 or 12404272. OLE color: 12404272.

HSL color Cylindrical-coordinate representation of color #3046BD: hue angle of 230.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3046BD is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4870189-
CMYK0.750.6300.26
HSL230.64º59.49%46.47%-
HSV(B)230.64º74.6%74.12%-
XYZ12.598.6849.16-
YUV76.99191.21107.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=15.64%
G=22.80%
B=61.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48701890.750.6300.26230.6459.4946.47
Hex3046BD4B3F01Ae73b2e
Octal60106275113770323477356
Binary110000100011010111101100101111111101101011100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3046BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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