#346CBF

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

Shades of Cerulean Blue #346CBF

Tints of Cerulean Blue #346CBF

Color information

#346CBF (or 0x346CBF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 6C and BF. RGB value is (52,108,191). Sum of RGB (Red+Green+Blue) = 52+108+191=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #346CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CBF is #CB9340. Grayscale: #646464. Windows color (decimal): -13341505 or 12545076. OLE color: 12545076.

HSL color Cylindrical-coordinate representation of color #346CBF: hue angle of 215.83º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #346CBF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52108191-
CMYK0.730.4300.25
HSL215.83º57.2%47.65%-
HSV(B)215.83º72.77%74.9%-
XYZ16.1815.2251.37-
YUV100.72178.9593.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 54.42%
R=14.81%
G=30.77%
B=54.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521081910.730.4300.25215.8357.247.65
Hex346CBF492B019d83930
Octal64154277111530313307160
Binary110100110110010111111100100110101101100111011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346CBF; }

 p { color: rgb(52,108,191); }

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

<style>
 a { background-color: #346CBF; }

 a { background-color: rgb(52,108,191); }

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

<style>
 span { border-color: #346CBF; }

 span { border-color: rgb(52,108,191); }

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