#346ac0

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

Shades of Cerulean Blue #346AC0

Tints of Cerulean Blue #346AC0

Color information

#346AC0 (or 0x346AC0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 6A and C0. RGB value is (52,106,192). Sum of RGB (Red+Green+Blue) = 52+106+192=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #346AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346AC0 is #CB953F. Grayscale: #636363. Windows color (decimal): -13342016 or 12610100. OLE color: 12610100.

HSL color Cylindrical-coordinate representation of color #346AC0: hue angle of 216.86º 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 #346AC0 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52106192-
CMYK0.730.4500.25
HSL216.86º57.38%47.84%-
HSV(B)216.86º72.92%75.29%-
XYZ16.0814.8451.89-
YUV99.66180.1194.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.86%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 192 (75.39% from 255) = 54.86%
R=14.86%
G=30.29%
B=54.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521061920.730.4500.25216.8657.3847.84
Hex346AC0492D019d93930
Octal64152300111550313317160
Binary110100110101011000000100100110110101100111011001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,192); }

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

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

 a { background-color: rgb(52,106,192); }

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

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

 span { border-color: rgb(52,106,192); }

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