#346FBC

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

Shades of Curious Blue #346FBC

Tints of Curious Blue #346FBC

Color information

#346FBC (or 0x346FBC) is unknown color: approx Curious Blue. HEX triplet: 34, 6F and BC. RGB value is (52,111,188). Sum of RGB (Red+Green+Blue) = 52+111+188=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #346FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FBC is #CB9043. Grayscale: #656565. Windows color (decimal): -13340740 or 12349236. OLE color: 12349236.

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

Color convert

RGB52111188-
CMYK0.720.4100.26
HSL213.97º56.67%47.06%-
HSV(B)213.97º72.34%73.73%-
XYZ16.1815.7349.76-
YUV102.14176.4592.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=14.81%
G=31.62%
B=53.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521111880.720.4100.26213.9756.6747.06
Hex346FBC482901Ad6392f
Octal64157274110510323267157
Binary110100110111110111100100100010100101101011010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,111,188); }

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

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

 a { background-color: rgb(52,111,188); }

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

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

 span { border-color: rgb(52,111,188); }

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