#346BC6

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

Shades of Cerulean Blue #346BC6

Tints of Cerulean Blue #346BC6

Color information

#346BC6 (or 0x346BC6) is unknown color: approx Cerulean Blue. HEX triplet: 34, 6B and C6. RGB value is (52,107,198). Sum of RGB (Red+Green+Blue) = 52+107+198=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #346BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BC6 is #CB9439. Grayscale: #646464. Windows color (decimal): -13341754 or 13003572. OLE color: 13003572.

HSL color Cylindrical-coordinate representation of color #346BC6: hue angle of 217.4º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346BC6 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52107198-
CMYK0.740.4600.22
HSL217.4º58.4%49.02%-
HSV(B)217.4º73.74%77.65%-
XYZ16.8715.3255.49-
YUV100.93182.7893.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=14.57%
G=29.97%
B=55.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521071980.740.4600.22217.458.449.02
Hex346BC64A2E016d93a31
Octal64153306112560263317261
Binary110100110101111000110100101010111001011011011001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,198); }

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

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

 a { background-color: rgb(52,107,198); }

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

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

 span { border-color: rgb(52,107,198); }

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