#346FB9

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

Shades of Curious Blue #346FB9

Tints of Curious Blue #346FB9

Color information

#346FB9 (or 0x346FB9) is unknown color: approx Curious Blue. HEX triplet: 34, 6F and B9. RGB value is (52,111,185). Sum of RGB (Red+Green+Blue) = 52+111+185=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #346FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FB9 is #CB9046. Grayscale: #656565. Windows color (decimal): -13340743 or 12152628. OLE color: 12152628.

HSL color Cylindrical-coordinate representation of color #346FB9: hue angle of 213.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346FB9 is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52111185-
CMYK0.720.400.27
HSL213.38º56.12%46.47%-
HSV(B)213.38º71.89%72.55%-
XYZ15.8615.648.07-
YUV101.8174.9592.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 185 (72.66% from 255) = 53.16%
R=14.94%
G=31.90%
B=53.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521111850.720.400.27213.3856.1246.47
Hex346FB9482801Bd5382e
Octal64157271110500333257056
Binary110100110111110111001100100010100001101111010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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