#3346BF

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

Shades of Cerulean Blue #3346BF

Tints of Cerulean Blue #3346BF

Color information

#3346BF (or 0x3346BF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 46 and BF. RGB value is (51,70,191). Sum of RGB (Red+Green+Blue) = 51+70+191=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #3346BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346BF is #CCB940. Grayscale: #4D4D4D. Windows color (decimal): -13416769 or 12535347. OLE color: 12535347.

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

Color convert

RGB5170191-
CMYK0.730.6300.25
HSL231.86º57.85%47.45%-
HSV(B)231.86º73.3%74.9%-
XYZ12.968.8550.31-
YUV78.11191.71108.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 191 (75% from 255) = 61.22%
R=16.35%
G=22.44%
B=61.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51701910.730.6300.25231.8657.8547.45
Hex3346BF493F019e83a2f
Octal63106277111770313507257
Binary110011100011010111111100100111111101100111101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3346BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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