#3346BD

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

Shades of Cerulean Blue #3346BD

Tints of Cerulean Blue #3346BD

Color information

#3346BD (or 0x3346BD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 46 and BD. RGB value is (51,70,189). Sum of RGB (Red+Green+Blue) = 51+70+189=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #3346BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346BD is #CCB942. Grayscale: #4D4D4D. Windows color (decimal): -13416771 or 12404275. OLE color: 12404275.

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

Color convert

RGB5170189-
CMYK0.730.6300.26
HSL231.74º57.5%47.06%-
HSV(B)231.74º73.02%74.12%-
XYZ12.748.7649.16-
YUV77.88190.71108.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 189 (74.22% from 255) = 60.97%
R=16.45%
G=22.58%
B=60.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51701890.730.6300.26231.7457.547.06
Hex3346BD493F01Ae83a2f
Octal63106275111770323507257
Binary110011100011010111101100100111111101101011101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3346BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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